Html Css Color HEX #FCF62A Gorse

📋 copy color: '#FCF62A'

red 252 ◦ green 246 ◦ blue 42

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

Shades of Gorse #FCF62A

Tints of Gorse #FCF62A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.56%

 BLUE value IS 42 (16.8% from 255) = 7.78%

R = 46.67%
G = 45.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF62A (or 0xFCF62A) is known color: Gorse. HEX triplet: FC, F6 and 2A. RGB value is (252,246,42). Sum of RGB (Red+Green+Blue) = 252+246+42=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 42 (16.80% from 255 or 7.78% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF62A is #0309D5. Grayscale: #E1E1E1. Windows color (decimal): -199126 or 2815740. OLE color: 2815740.

HSL color Cylindrical-coordinate representation of color #FCF62A: hue angle of 58.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCF62A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 42 -
CMYK 0 0.02 0.83 0.01
HSL 58.29º 0.97% 0.58% -
HSV(B) 58.29º 0.83% 0.99% -
XYZ 73.52 86.77 15.06 -
YUV 224.54 24.99 147.59 -
System Red Green Blue C M Y K H S L
Decimal 252 246 42 0 0.02 0.83 0.01 58.29 0.97 0.58
Hex FC F6 2A 0 2 53 1 3A 61 3A
Octal 374 366 52 0 2 123 1 72 141 72
Binary 11111100 11110110 101010 0 10 1010011 1 111010 1100001 111010

Color Harmonies of #FCF62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF62A

Black with #FCF62A

Text Example


Text Example

White with #FCF62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF62A; }

 p { color: rgb(252,246,42); }

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

background-color css

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

 a { background-color: rgb(252,246,42); }

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

border-color css

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

 span { border-color: rgb(252,246,42); }

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