Html Css Color HEX #FDCB34 Sunglow

📋 copy color: '#FDCB34'

red 253 ◦ green 203 ◦ blue 52

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

Shades of Sunglow #FDCB34

Tints of Sunglow #FDCB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.24%

R = 49.8%
G = 39.96%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDCB34 (or 0xFDCB34) is known color: Sunglow. HEX triplet: FD, CB and 34. RGB value is (253,203,52). Sum of RGB (Red+Green+Blue) = 253+203+52=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB34 is #0234CB. Grayscale: #C9C9C9. Windows color (decimal): -144588 or 3460093. OLE color: 3460093.

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

Color convert

RGB 253 203 52 -
CMYK 0 0.20 0.79 0.01
HSL 45.07º 0.98% 0.6% -
HSV(B) 45.07º 0.79% 0.99% -
XYZ 62.48 63.84 12.28 -
YUV 200.74 44.07 165.28 -
System Red Green Blue C M Y K H S L
Decimal 253 203 52 0 0.20 0.79 0.01 45.07 0.98 0.6
Hex FD CB 34 0 14 4F 1 2D 62 3C
Octal 375 313 64 0 24 117 1 55 142 74
Binary 11111101 11001011 110100 0 10100 1001111 1 101101 1100010 111100

Color Harmonies of #FDCB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB34

Black with #FDCB34

Text Example


Text Example

White with #FDCB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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