Html Css Color HEX #FDCB29 Sunglow

📋 copy color: '#FDCB29'

red 253 ◦ green 203 ◦ blue 41

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

Shades of Sunglow #FDCB29

Tints of Sunglow #FDCB29

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

 BLUE value IS 41 (16.41% from 255) = 8.25%

R = 50.91%
G = 40.85%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDCB29 (or 0xFDCB29) is known color: Sunglow. HEX triplet: FD, CB and 29. RGB value is (253,203,41). Sum of RGB (Red+Green+Blue) = 253+203+41=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB29 is #0234D6. Grayscale: #C8C8C8. Windows color (decimal): -144599 or 2739197. OLE color: 2739197.

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

Color convert

RGB 253 203 41 -
CMYK 0 0.20 0.84 0.01
HSL 45.85º 0.98% 0.58% -
HSV(B) 45.85º 0.84% 0.99% -
XYZ 62.26 63.75 11.12 -
YUV 199.48 38.57 166.17 -
System Red Green Blue C M Y K H S L
Decimal 253 203 41 0 0.20 0.84 0.01 45.85 0.98 0.58
Hex FD CB 29 0 14 54 1 2E 62 3A
Octal 375 313 51 0 24 124 1 56 142 72
Binary 11111101 11001011 101001 0 10100 1010100 1 101110 1100010 111010

Color Harmonies of #FDCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB29

Black with #FDCB29

Text Example


Text Example

White with #FDCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB29; }

 p { color: rgb(253,203,41); }

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

background-color css

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

 a { background-color: rgb(253,203,41); }

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

border-color css

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

 span { border-color: rgb(253,203,41); }

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