Html Css Color HEX #FCC830 Sunglow

📋 copy color: '#FCC830'

red 252 ◦ green 200 ◦ blue 48

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

Shades of Sunglow #FCC830

Tints of Sunglow #FCC830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

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

R = 50.4%
G = 40%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC830 (or 0xFCC830) is known color: Sunglow. HEX triplet: FC, C8 and 30. RGB value is (252,200,48). Sum of RGB (Red+Green+Blue) = 252+200+48=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC830 is #0337CF. Grayscale: #C6C6C6. Windows color (decimal): -210896 or 3197180. OLE color: 3197180.

HSL color Cylindrical-coordinate representation of color #FCC830: hue angle of 44.71º 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 #FCC830 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 48 -
CMYK 0 0.21 0.81 0.01
HSL 44.71º 0.97% 0.59% -
HSV(B) 44.71º 0.81% 0.99% -
XYZ 61.33 62.22 11.57 -
YUV 198.22 43.23 166.36 -
System Red Green Blue C M Y K H S L
Decimal 252 200 48 0 0.21 0.81 0.01 44.71 0.97 0.59
Hex FC C8 30 0 15 51 1 2D 61 3B
Octal 374 310 60 0 25 121 1 55 141 73
Binary 11111100 11001000 110000 0 10101 1010001 1 101101 1100001 111011

Color Harmonies of #FCC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC830

Black with #FCC830

Text Example


Text Example

White with #FCC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC830; }

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

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

background-color css

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

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

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

border-color css

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

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

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