Html Css Color HEX #FCCB34 Sunglow

📋 copy color: '#FCCB34'

red 252 ◦ green 203 ◦ blue 52

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

Shades of Sunglow #FCCB34

Tints of Sunglow #FCCB34

RGB

 RED value IS 252 (98.83% from 255) = 49.7%

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

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

R = 49.7%
G = 40.04%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCCB34 (or 0xFCCB34) is known color: Sunglow. HEX triplet: FC, CB and 34. RGB value is (252,203,52). Sum of RGB (Red+Green+Blue) = 252+203+52=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB34 is #0334CB. Grayscale: #C9C9C9. Windows color (decimal): -210124 or 3460092. OLE color: 3460092.

HSL color Cylindrical-coordinate representation of color #FCCB34: hue angle of 45.3º degrees, saturation: 0.97, 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 #FCCB34 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 52 -
CMYK 0 0.19 0.79 0.01
HSL 45.3º 0.97% 0.6% -
HSV(B) 45.3º 0.79% 0.99% -
XYZ 62.12 63.66 12.26 -
YUV 200.44 44.23 164.78 -
System Red Green Blue C M Y K H S L
Decimal 252 203 52 0 0.19 0.79 0.01 45.3 0.97 0.6
Hex FC CB 34 0 13 4F 1 2D 61 3C
Octal 374 313 64 0 23 117 1 55 141 74
Binary 11111100 11001011 110100 0 10011 1001111 1 101101 1100001 111100

Color Harmonies of #FCCB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB34

Black with #FCCB34

Text Example


Text Example

White with #FCCB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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