Html Css Color HEX #FCFE3A Gorse

📋 copy color: '#FCFE3A'

red 252 ◦ green 254 ◦ blue 58

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

Shades of Gorse #FCFE3A

Tints of Gorse #FCFE3A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.04%

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

R = 44.68%
G = 45.04%
B = 10.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FCFE3A (or 0xFCFE3A) is known color: Gorse. HEX triplet: FC, FE and 3A. RGB value is (252,254,58). Sum of RGB (Red+Green+Blue) = 252+254+58=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 58 (23.05% from 255 or 10.28% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE3A is #0301C5. Grayscale: #E7E7E7. Windows color (decimal): -197062 or 3866364. OLE color: 3866364.

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

Color convert

RGB 252 254 58 -
CMYK 0.01 0 0.77 0.00
HSL 60.61º 0.99% 0.61% -
HSV(B) 60.61º 0.77% 1% -
XYZ 76.35 91.88 17.71 -
YUV 231.06 30.34 142.94 -
System Red Green Blue C M Y K H S L
Decimal 252 254 58 0.01 0 0.77 0.00 60.61 0.99 0.61
Hex FC FE 3A 1 0 4D 0 3D 63 3D
Octal 374 376 72 1 0 115 0 75 143 75
Binary 11111100 11111110 111010 1 0 1001101 0 111101 1100011 111101

Color Harmonies of #FCFE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE3A

Black with #FCFE3A

Text Example


Text Example

White with #FCFE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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