Html Css Color HEX #FCF42D Gorse

📋 copy color: '#FCF42D'

red 252 ◦ green 244 ◦ blue 45

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

Shades of Gorse #FCF42D

Tints of Gorse #FCF42D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 46.58%
G = 45.1%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF42D (or 0xFCF42D) is known color: Gorse. HEX triplet: FC, F4 and 2D. RGB value is (252,244,45). Sum of RGB (Red+Green+Blue) = 252+244+45=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 45 (17.97% from 255 or 8.32% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF42D is #030BD2. Grayscale: #E0E0E0. Windows color (decimal): -199635 or 3011836. OLE color: 3011836.

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

Color convert

RGB 252 244 45 -
CMYK 0 0.03 0.82 0.01
HSL 57.68º 0.97% 0.58% -
HSV(B) 57.68º 0.82% 0.99% -
XYZ 72.97 85.59 15.16 -
YUV 223.71 27.15 148.18 -
System Red Green Blue C M Y K H S L
Decimal 252 244 45 0 0.03 0.82 0.01 57.68 0.97 0.58
Hex FC F4 2D 0 3 52 1 3A 61 3A
Octal 374 364 55 0 3 122 1 72 141 72
Binary 11111100 11110100 101101 0 11 1010010 1 111010 1100001 111010

Color Harmonies of #FCF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF42D

Black with #FCF42D

Text Example


Text Example

White with #FCF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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