Html Css Color HEX #FCCB2D Sunglow

📋 copy color: '#FCCB2D'

red 252 ◦ green 203 ◦ blue 45

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

Shades of Sunglow #FCCB2D

Tints of Sunglow #FCCB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9%

R = 50.4%
G = 40.6%
B = 9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCCB2D (or 0xFCCB2D) is known color: Sunglow. HEX triplet: FC, CB and 2D. RGB value is (252,203,45). Sum of RGB (Red+Green+Blue) = 252+203+45=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB2D is #0334D2. Grayscale: #C8C8C8. Windows color (decimal): -210131 or 3001340. OLE color: 3001340.

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

Color convert

RGB 252 203 45 -
CMYK 0 0.19 0.82 0.01
HSL 45.8º 0.97% 0.58% -
HSV(B) 45.8º 0.82% 0.99% -
XYZ 61.97 63.6 11.49 -
YUV 199.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 252 203 45 0 0.19 0.82 0.01 45.8 0.97 0.58
Hex FC CB 2D 0 13 52 1 2E 61 3A
Octal 374 313 55 0 23 122 1 56 141 72
Binary 11111100 11001011 101101 0 10011 1010010 1 101110 1100001 111010

Color Harmonies of #FCCB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB2D

Black with #FCCB2D

Text Example


Text Example

White with #FCCB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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