Html Css Color HEX #FCF03A Gorse

📋 copy color: '#FCF03A'

red 252 ◦ green 240 ◦ blue 58

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

Shades of Gorse #FCF03A

Tints of Gorse #FCF03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.55%

R = 45.82%
G = 43.64%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCF03A (or 0xFCF03A) is known color: Gorse. HEX triplet: FC, F0 and 3A. RGB value is (252,240,58). Sum of RGB (Red+Green+Blue) = 252+240+58=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 58 (23.05% from 255 or 10.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF03A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF03A is #030FC5. Grayscale: #DFDFDF. Windows color (decimal): -200646 or 3862780. OLE color: 3862780.

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

Color convert

RGB 252 240 58 -
CMYK 0 0.05 0.77 0.01
HSL 56.29º 0.97% 0.61% -
HSV(B) 56.29º 0.77% 0.99% -
XYZ 72.07 83.32 16.29 -
YUV 222.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 252 240 58 0 0.05 0.77 0.01 56.29 0.97 0.61
Hex FC F0 3A 0 5 4D 1 38 61 3D
Octal 374 360 72 0 5 115 1 70 141 75
Binary 11111100 11110000 111010 0 101 1001101 1 111000 1100001 111101

Color Harmonies of #FCF03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF03A

Black with #FCF03A

Text Example


Text Example

White with #FCF03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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