Html Css Color HEX #FDB342 Yellow Orange

📋 copy color: '#FDB342'

red 253 ◦ green 179 ◦ blue 66

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

Shades of Yellow Orange #FDB342

Tints of Yellow Orange #FDB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.94%

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

R = 50.8%
G = 35.94%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDB342 (or 0xFDB342) is known color: Yellow Orange. HEX triplet: FD, B3 and 42. RGB value is (253,179,66). Sum of RGB (Red+Green+Blue) = 253+179+66=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB342 is #024CBD. Grayscale: #BCBCBC. Windows color (decimal): -150718 or 4371453. OLE color: 4371453.

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

Color convert

RGB 253 179 66 -
CMYK 0 0.29 0.74 0.01
HSL 36.26º 0.98% 0.63% -
HSV(B) 36.26º 0.74% 0.99% -
XYZ 57.61 53.52 12.45 -
YUV 188.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 253 179 66 0 0.29 0.74 0.01 36.26 0.98 0.63
Hex FD B3 42 0 1D 4A 1 24 62 3F
Octal 375 263 102 0 35 112 1 44 142 77
Binary 11111101 10110011 1000010 0 11101 1001010 1 100100 1100010 111111

Color Harmonies of #FDB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB342

Black with #FDB342

Text Example


Text Example

White with #FDB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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