Html Css Color HEX #FCF83A Gorse

📋 copy color: '#FCF83A'

red 252 ◦ green 248 ◦ blue 58

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

Shades of Gorse #FCF83A

Tints of Gorse #FCF83A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.44%

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

R = 45.16%
G = 44.44%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCF83A (or 0xFCF83A) is known color: Gorse. HEX triplet: FC, F8 and 3A. RGB value is (252,248,58). Sum of RGB (Red+Green+Blue) = 252+248+58=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 58 (23.05% from 255 or 10.39% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF83A is #0307C5. Grayscale: #E4E4E4. Windows color (decimal): -198598 or 3864828. OLE color: 3864828.

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

Color convert

RGB 252 248 58 -
CMYK 0 0.02 0.77 0.01
HSL 58.76º 0.97% 0.61% -
HSV(B) 58.76º 0.77% 0.99% -
XYZ 74.48 88.14 17.09 -
YUV 227.54 32.33 145.45 -
System Red Green Blue C M Y K H S L
Decimal 252 248 58 0 0.02 0.77 0.01 58.76 0.97 0.61
Hex FC F8 3A 0 2 4D 1 3B 61 3D
Octal 374 370 72 0 2 115 1 73 141 75
Binary 11111100 11111000 111010 0 10 1001101 1 111011 1100001 111101

Color Harmonies of #FCF83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF83A

Black with #FCF83A

Text Example


Text Example

White with #FCF83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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