Html Css Color HEX #FDA640 Yellow Orange

📋 copy color: '#FDA640'

red 253 ◦ green 166 ◦ blue 64

#FDA640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Orange #FDA640

Tints of Yellow Orange #FDA640

RGB

 RED value IS 253 (99.22% from 255) = 52.38%

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 64 (25.39% from 255) = 13.25%

R = 52.38%
G = 34.37%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDA640 (or 0xFDA640) is known color: Yellow Orange. HEX triplet: FD, A6 and 40. RGB value is (253,166,64). Sum of RGB (Red+Green+Blue) = 253+166+64=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA640 is #0259BF. Grayscale: #B4B4B4. Windows color (decimal): -154048 or 4237053. OLE color: 4237053.

HSL color Cylindrical-coordinate representation of color #FDA640: hue angle of 32.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDA640 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 64 -
CMYK 0 0.34 0.75 0.01
HSL 32.38º 0.98% 0.62% -
HSV(B) 32.38º 0.75% 0.99% -
XYZ 55.07 48.53 11.31 -
YUV 180.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 253 166 64 0 0.34 0.75 0.01 32.38 0.98 0.62
Hex FD A6 40 0 22 4B 1 20 62 3E
Octal 375 246 100 0 42 113 1 40 142 76
Binary 11111101 10100110 1000000 0 100010 1001011 1 100000 1100010 111110

Color Harmonies of #FDA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA640

Black with #FDA640

Text Example


Text Example

White with #FDA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA640; }

 p { color: rgb(253,166,64); }

 H1.HeaderClassName
 {
   color: #FDA640;
 }
 .AnyTagClassName
 {
   color: #FDA640;
 }
</style>

background-color css

<style>
 a { background-color: #FDA640; }

 a { background-color: rgb(253,166,64); }

 div.DivClassName
 {
   background-color: #FDA640;
 }
 .BgClassName
 {
   background-color: #FDA640;
 }
</style>

border-color css

<style>
 span { border-color: #FDA640; }

 span { border-color: rgb(253,166,64); }

 td.TdClassName
 {
   border-color: #FDA640;
 }
 .TagClassName
 {
   border-color: #FDA640;
 }
</style>