Html Css Color HEX #FCF62D Gorse

📋 copy color: '#FCF62D'

red 252 ◦ green 246 ◦ blue 45

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

Shades of Gorse #FCF62D

Tints of Gorse #FCF62D

RGB

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

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

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

R = 46.41%
G = 45.3%
B = 8.29%

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

#FCF62D (or 0xFCF62D) is known color: Gorse. HEX triplet: FC, F6 and 2D. RGB value is (252,246,45). Sum of RGB (Red+Green+Blue) = 252+246+45=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 45 (17.97% from 255 or 8.29% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF62D is #0309D2. Grayscale: #E1E1E1. Windows color (decimal): -199123 or 3012348. OLE color: 3012348.

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

Color convert

RGB 252 246 45 -
CMYK 0 0.02 0.82 0.01
HSL 58.26º 0.97% 0.58% -
HSV(B) 58.26º 0.82% 0.99% -
XYZ 73.57 86.8 15.36 -
YUV 224.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 252 246 45 0 0.02 0.82 0.01 58.26 0.97 0.58
Hex FC F6 2D 0 2 52 1 3A 61 3A
Octal 374 366 55 0 2 122 1 72 141 72
Binary 11111100 11110110 101101 0 10 1010010 1 111010 1100001 111010

Color Harmonies of #FCF62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF62D

Black with #FCF62D

Text Example


Text Example

White with #FCF62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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