Html Css Color HEX #FCCB38 Sunglow

📋 copy color: '#FCCB38'

red 252 ◦ green 203 ◦ blue 56

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

Shades of Sunglow #FCCB38

Tints of Sunglow #FCCB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.96%

R = 49.32%
G = 39.73%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCCB38 (or 0xFCCB38) is known color: Sunglow. HEX triplet: FC, CB and 38. RGB value is (252,203,56). Sum of RGB (Red+Green+Blue) = 252+203+56=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB38 is #0334C7. Grayscale: #C9C9C9. Windows color (decimal): -210120 or 3722236. OLE color: 3722236.

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

Color convert

RGB 252 203 56 -
CMYK 0 0.19 0.78 0.01
HSL 45º 0.97% 0.6% -
HSV(B) 45º 0.78% 0.99% -
XYZ 62.21 63.69 12.76 -
YUV 200.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 252 203 56 0 0.19 0.78 0.01 45 0.97 0.6
Hex FC CB 38 0 13 4E 1 2D 61 3C
Octal 374 313 70 0 23 116 1 55 141 74
Binary 11111100 11001011 111000 0 10011 1001110 1 101101 1100001 111100

Color Harmonies of #FCCB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB38

Black with #FCCB38

Text Example


Text Example

White with #FCCB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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