Html Css Color HEX #FDA742 Yellow Orange

📋 copy color: '#FDA742'

red 253 ◦ green 167 ◦ blue 66

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

Shades of Yellow Orange #FDA742

Tints of Yellow Orange #FDA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.36%

 BLUE value IS 66 (26.17% from 255) = 13.58%

R = 52.06%
G = 34.36%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA742 (or 0xFDA742) is known color: Yellow Orange. HEX triplet: FD, A7 and 42. RGB value is (253,167,66). Sum of RGB (Red+Green+Blue) = 253+167+66=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA742 is #0258BD. Grayscale: #B5B5B5. Windows color (decimal): -153790 or 4368381. OLE color: 4368381.

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

Color convert

RGB 253 167 66 -
CMYK 0 0.34 0.74 0.01
HSL 32.41º 0.98% 0.63% -
HSV(B) 32.41º 0.74% 0.99% -
XYZ 55.31 48.91 11.68 -
YUV 181.2 62.99 179.21 -
System Red Green Blue C M Y K H S L
Decimal 253 167 66 0 0.34 0.74 0.01 32.41 0.98 0.63
Hex FD A7 42 0 22 4A 1 20 62 3F
Octal 375 247 102 0 42 112 1 40 142 77
Binary 11111101 10100111 1000010 0 100010 1001010 1 100000 1100010 111111

Color Harmonies of #FDA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA742

Black with #FDA742

Text Example


Text Example

White with #FDA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA742; }

 p { color: rgb(253,167,66); }

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

background-color css

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

 a { background-color: rgb(253,167,66); }

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

border-color css

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

 span { border-color: rgb(253,167,66); }

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