Html Css Color HEX #FCCB30 Sunglow

📋 copy color: '#FCCB30'

red 252 ◦ green 203 ◦ blue 48

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

Shades of Sunglow #FCCB30

Tints of Sunglow #FCCB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.54%

R = 50.1%
G = 40.36%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCCB30 (or 0xFCCB30) is known color: Sunglow. HEX triplet: FC, CB and 30. RGB value is (252,203,48). Sum of RGB (Red+Green+Blue) = 252+203+48=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB30 is #0334CF. Grayscale: #C8C8C8. Windows color (decimal): -210128 or 3197948. OLE color: 3197948.

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

Color convert

RGB 252 203 48 -
CMYK 0 0.19 0.81 0.01
HSL 45.59º 0.97% 0.59% -
HSV(B) 45.59º 0.81% 0.99% -
XYZ 62.03 63.62 11.81 -
YUV 199.98 42.23 165.1 -
System Red Green Blue C M Y K H S L
Decimal 252 203 48 0 0.19 0.81 0.01 45.59 0.97 0.59
Hex FC CB 30 0 13 51 1 2E 61 3B
Octal 374 313 60 0 23 121 1 56 141 73
Binary 11111100 11001011 110000 0 10011 1010001 1 101110 1100001 111011

Color Harmonies of #FCCB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB30

Black with #FCCB30

Text Example


Text Example

White with #FCCB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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