Html Css Color HEX #FCCB3E Sunglow

📋 copy color: '#FCCB3E'

red 252 ◦ green 203 ◦ blue 62

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

Shades of Sunglow #FCCB3E

Tints of Sunglow #FCCB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.99%

R = 48.74%
G = 39.26%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCCB3E (or 0xFCCB3E) is known color: Sunglow. HEX triplet: FC, CB and 3E. RGB value is (252,203,62). Sum of RGB (Red+Green+Blue) = 252+203+62=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB3E is #0334C1. Grayscale: #CACACA. Windows color (decimal): -210114 or 4115452. OLE color: 4115452.

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

Color convert

RGB 252 203 62 -
CMYK 0 0.19 0.75 0.01
HSL 44.53º 0.97% 0.62% -
HSV(B) 44.53º 0.75% 0.99% -
XYZ 62.37 63.76 13.58 -
YUV 201.58 49.23 163.96 -
System Red Green Blue C M Y K H S L
Decimal 252 203 62 0 0.19 0.75 0.01 44.53 0.97 0.62
Hex FC CB 3E 0 13 4B 1 2D 61 3E
Octal 374 313 76 0 23 113 1 55 141 76
Binary 11111100 11001011 111110 0 10011 1001011 1 101101 1100001 111110

Color Harmonies of #FCCB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB3E

Black with #FCCB3E

Text Example


Text Example

White with #FCCB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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