Html Css Color HEX #FCCB2B Sunglow

📋 copy color: '#FCCB2B'

red 252 ◦ green 203 ◦ blue 43

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

Shades of Sunglow #FCCB2B

Tints of Sunglow #FCCB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.63%

R = 50.6%
G = 40.76%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCCB2B (or 0xFCCB2B) is known color: Sunglow. HEX triplet: FC, CB and 2B. RGB value is (252,203,43). Sum of RGB (Red+Green+Blue) = 252+203+43=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB2B is #0334D4. Grayscale: #C8C8C8. Windows color (decimal): -210133 or 2870268. OLE color: 2870268.

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

Color convert

RGB 252 203 43 -
CMYK 0 0.19 0.83 0.01
HSL 45.93º 0.97% 0.58% -
HSV(B) 45.93º 0.83% 0.99% -
XYZ 61.94 63.58 11.29 -
YUV 199.41 39.73 165.51 -
System Red Green Blue C M Y K H S L
Decimal 252 203 43 0 0.19 0.83 0.01 45.93 0.97 0.58
Hex FC CB 2B 0 13 53 1 2E 61 3A
Octal 374 313 53 0 23 123 1 56 141 72
Binary 11111100 11001011 101011 0 10011 1010011 1 101110 1100001 111010

Color Harmonies of #FCCB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB2B

Black with #FCCB2B

Text Example


Text Example

White with #FCCB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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