Html Css Color HEX #FCF42E Gorse

📋 copy color: '#FCF42E'

red 252 ◦ green 244 ◦ blue 46

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

Shades of Gorse #FCF42E

Tints of Gorse #FCF42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.49%

R = 46.49%
G = 45.02%
B = 8.49%

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

#FCF42E (or 0xFCF42E) is known color: Gorse. HEX triplet: FC, F4 and 2E. RGB value is (252,244,46). Sum of RGB (Red+Green+Blue) = 252+244+46=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 46 (18.36% from 255 or 8.49% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF42E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF42E is #030BD1. Grayscale: #E0E0E0. Windows color (decimal): -199634 or 3077372. OLE color: 3077372.

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

Color convert

RGB 252 244 46 -
CMYK 0 0.03 0.82 0.01
HSL 57.67º 0.97% 0.58% -
HSV(B) 57.67º 0.82% 0.99% -
XYZ 72.99 85.59 15.26 -
YUV 223.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 252 244 46 0 0.03 0.82 0.01 57.67 0.97 0.58
Hex FC F4 2E 0 3 52 1 3A 61 3A
Octal 374 364 56 0 3 122 1 72 141 72
Binary 11111100 11110100 101110 0 11 1010010 1 111010 1100001 111010

Color Harmonies of #FCF42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF42E

Black with #FCF42E

Text Example


Text Example

White with #FCF42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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