Html Css Color HEX #FCF53A Gorse

📋 copy color: '#FCF53A'

red 252 ◦ green 245 ◦ blue 58

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

Shades of Gorse #FCF53A

Tints of Gorse #FCF53A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.14%

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

R = 45.41%
G = 44.14%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCF53A (or 0xFCF53A) is known color: Gorse. HEX triplet: FC, F5 and 3A. RGB value is (252,245,58). Sum of RGB (Red+Green+Blue) = 252+245+58=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 58 (23.05% from 255 or 10.45% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF53A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF53A is #030AC5. Grayscale: #E2E2E2. Windows color (decimal): -199366 or 3864060. OLE color: 3864060.

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

Color convert

RGB 252 245 58 -
CMYK 0 0.03 0.77 0.01
HSL 57.84º 0.97% 0.61% -
HSV(B) 57.84º 0.77% 0.99% -
XYZ 73.56 86.31 16.78 -
YUV 225.78 33.32 146.71 -
System Red Green Blue C M Y K H S L
Decimal 252 245 58 0 0.03 0.77 0.01 57.84 0.97 0.61
Hex FC F5 3A 0 3 4D 1 3A 61 3D
Octal 374 365 72 0 3 115 1 72 141 75
Binary 11111100 11110101 111010 0 11 1001101 1 111010 1100001 111101

Color Harmonies of #FCF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF53A

Black with #FCF53A

Text Example


Text Example

White with #FCF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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