Html Css Color HEX #FCC82D Sunglow

📋 copy color: '#FCC82D'

red 252 ◦ green 200 ◦ blue 45

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

Shades of Sunglow #FCC82D

Tints of Sunglow #FCC82D

RGB

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

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

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

R = 50.7%
G = 40.24%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCC82D (or 0xFCC82D) is known color: Sunglow. HEX triplet: FC, C8 and 2D. RGB value is (252,200,45). Sum of RGB (Red+Green+Blue) = 252+200+45=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC82D is #0337D2. Grayscale: #C6C6C6. Windows color (decimal): -210899 or 3000572. OLE color: 3000572.

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

Color convert

RGB 252 200 45 -
CMYK 0 0.21 0.82 0.01
HSL 44.93º 0.97% 0.58% -
HSV(B) 44.93º 0.82% 0.99% -
XYZ 61.27 62.19 11.26 -
YUV 197.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 252 200 45 0 0.21 0.82 0.01 44.93 0.97 0.58
Hex FC C8 2D 0 15 52 1 2D 61 3A
Octal 374 310 55 0 25 122 1 55 141 72
Binary 11111100 11001000 101101 0 10101 1010010 1 101101 1100001 111010

Color Harmonies of #FCC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC82D

Black with #FCC82D

Text Example


Text Example

White with #FCC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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