Html Css Color HEX #FCF82D Gorse

📋 copy color: '#FCF82D'

red 252 ◦ green 248 ◦ blue 45

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

Shades of Gorse #FCF82D

Tints of Gorse #FCF82D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.5%

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

R = 46.24%
G = 45.5%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF82D (or 0xFCF82D) is known color: Gorse. HEX triplet: FC, F8 and 2D. RGB value is (252,248,45). Sum of RGB (Red+Green+Blue) = 252+248+45=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 45 (17.97% from 255 or 8.26% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF82D is #0307D2. Grayscale: #E2E2E2. Windows color (decimal): -198611 or 3012860. OLE color: 3012860.

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

Color convert

RGB 252 248 45 -
CMYK 0 0.02 0.82 0.01
HSL 58.84º 0.97% 0.58% -
HSV(B) 58.84º 0.82% 0.99% -
XYZ 74.19 88.02 15.56 -
YUV 226.05 25.83 146.51 -
System Red Green Blue C M Y K H S L
Decimal 252 248 45 0 0.02 0.82 0.01 58.84 0.97 0.58
Hex FC F8 2D 0 2 52 1 3B 61 3A
Octal 374 370 55 0 2 122 1 73 141 72
Binary 11111100 11111000 101101 0 10 1010010 1 111011 1100001 111010

Color Harmonies of #FCF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF82D

Black with #FCF82D

Text Example


Text Example

White with #FCF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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