Html Css Color HEX #FCF03D Gorse

📋 copy color: '#FCF03D'

red 252 ◦ green 240 ◦ blue 61

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

Shades of Gorse #FCF03D

Tints of Gorse #FCF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.4%

 BLUE value IS 61 (24.22% from 255) = 11.03%

R = 45.57%
G = 43.4%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCF03D (or 0xFCF03D) is known color: Gorse. HEX triplet: FC, F0 and 3D. RGB value is (252,240,61). Sum of RGB (Red+Green+Blue) = 252+240+61=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 61 (24.22% from 255 or 11.03% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF03D is #030FC2. Grayscale: #DFDFDF. Windows color (decimal): -200643 or 4059388. OLE color: 4059388.

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

Color convert

RGB 252 240 61 -
CMYK 0 0.05 0.76 0.01
HSL 56.23º 0.97% 0.61% -
HSV(B) 56.23º 0.76% 0.99% -
XYZ 72.15 83.35 16.7 -
YUV 223.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 252 240 61 0 0.05 0.76 0.01 56.23 0.97 0.61
Hex FC F0 3D 0 5 4C 1 38 61 3D
Octal 374 360 75 0 5 114 1 70 141 75
Binary 11111100 11110000 111101 0 101 1001100 1 111000 1100001 111101

Color Harmonies of #FCF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF03D

Black with #FCF03D

Text Example


Text Example

White with #FCF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF03D; }

 p { color: rgb(252,240,61); }

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

background-color css

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

 a { background-color: rgb(252,240,61); }

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

border-color css

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

 span { border-color: rgb(252,240,61); }

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