Html Css Color HEX #FDCB31 Sunglow

📋 copy color: '#FDCB31'

red 253 ◦ green 203 ◦ blue 49

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

Shades of Sunglow #FDCB31

Tints of Sunglow #FDCB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.7%

R = 50.1%
G = 40.2%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDCB31 (or 0xFDCB31) is known color: Sunglow. HEX triplet: FD, CB and 31. RGB value is (253,203,49). Sum of RGB (Red+Green+Blue) = 253+203+49=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB31 is #0234CE. Grayscale: #C9C9C9. Windows color (decimal): -144591 or 3263485. OLE color: 3263485.

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

Color convert

RGB 253 203 49 -
CMYK 0 0.20 0.81 0.01
HSL 45.29º 0.98% 0.59% -
HSV(B) 45.29º 0.81% 0.99% -
XYZ 62.42 63.82 11.93 -
YUV 200.39 42.57 165.52 -
System Red Green Blue C M Y K H S L
Decimal 253 203 49 0 0.20 0.81 0.01 45.29 0.98 0.59
Hex FD CB 31 0 14 51 1 2D 62 3B
Octal 375 313 61 0 24 121 1 55 142 73
Binary 11111101 11001011 110001 0 10100 1010001 1 101101 1100010 111011

Color Harmonies of #FDCB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB31

Black with #FDCB31

Text Example


Text Example

White with #FDCB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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