Html Css Color HEX #FDB242 Yellow Orange

📋 copy color: '#FDB242'

red 253 ◦ green 178 ◦ blue 66

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

Shades of Yellow Orange #FDB242

Tints of Yellow Orange #FDB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.81%

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

R = 50.91%
G = 35.81%
B = 13.28%

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

#FDB242 (or 0xFDB242) is known color: Yellow Orange. HEX triplet: FD, B2 and 42. RGB value is (253,178,66). Sum of RGB (Red+Green+Blue) = 253+178+66=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB242 is #024DBD. Grayscale: #BCBCBC. Windows color (decimal): -150974 or 4371197. OLE color: 4371197.

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

Color convert

RGB 253 178 66 -
CMYK 0 0.30 0.74 0.01
HSL 35.94º 0.98% 0.63% -
HSV(B) 35.94º 0.74% 0.99% -
XYZ 57.41 53.12 12.38 -
YUV 187.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 253 178 66 0 0.30 0.74 0.01 35.94 0.98 0.63
Hex FD B2 42 0 1E 4A 1 24 62 3F
Octal 375 262 102 0 36 112 1 44 142 77
Binary 11111101 10110010 1000010 0 11110 1001010 1 100100 1100010 111111

Color Harmonies of #FDB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB242

Black with #FDB242

Text Example


Text Example

White with #FDB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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