Html Css Color HEX #FDB142 Yellow Orange

📋 copy color: '#FDB142'

red 253 ◦ green 177 ◦ blue 66

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

Shades of Yellow Orange #FDB142

Tints of Yellow Orange #FDB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 51.01%
G = 35.69%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDB142 (or 0xFDB142) is known color: Yellow Orange. HEX triplet: FD, B1 and 42. RGB value is (253,177,66). Sum of RGB (Red+Green+Blue) = 253+177+66=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB142 is #024EBD. Grayscale: #BBBBBB. Windows color (decimal): -151230 or 4370941. OLE color: 4370941.

HSL color Cylindrical-coordinate representation of color #FDB142: hue angle of 35.61º 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 #FDB142 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 66 -
CMYK 0 0.30 0.74 0.01
HSL 35.61º 0.98% 0.63% -
HSV(B) 35.61º 0.74% 0.99% -
XYZ 57.21 52.72 12.31 -
YUV 187.07 59.68 175.03 -
System Red Green Blue C M Y K H S L
Decimal 253 177 66 0 0.30 0.74 0.01 35.61 0.98 0.63
Hex FD B1 42 0 1E 4A 1 24 62 3F
Octal 375 261 102 0 36 112 1 44 142 77
Binary 11111101 10110001 1000010 0 11110 1001010 1 100100 1100010 111111

Color Harmonies of #FDB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB142

Black with #FDB142

Text Example


Text Example

White with #FDB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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