Html Css Color HEX #FCFC35 Gorse

📋 copy color: '#FCFC35'

red 252 ◦ green 252 ◦ blue 53

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

Shades of Gorse #FCFC35

Tints of Gorse #FCFC35

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.24%

 BLUE value IS 53 (21.09% from 255) = 9.52%

R = 45.24%
G = 45.24%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCFC35 (or 0xFCFC35) is known color: Gorse. HEX triplet: FC, FC and 35. RGB value is (252,252,53). Sum of RGB (Red+Green+Blue) = 252+252+53=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 53 (21.09% from 255 or 9.52% from 557); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC35 is #0303CA. Grayscale: #E6E6E6. Windows color (decimal): -197579 or 3538172. OLE color: 3538172.

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

Color convert

RGB 252 252 53 -
CMYK 0 0 0.79 0.01
HSL 60º 0.97% 0.6% -
HSV(B) 60º 0.79% 0.99% -
XYZ 75.6 90.57 16.87 -
YUV 229.31 28.5 144.18 -
System Red Green Blue C M Y K H S L
Decimal 252 252 53 0 0 0.79 0.01 60 0.97 0.6
Hex FC FC 35 0 0 4F 1 3C 61 3C
Octal 374 374 65 0 0 117 1 74 141 74
Binary 11111100 11111100 110101 0 0 1001111 1 111100 1100001 111100

Color Harmonies of #FCFC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC35

Black with #FCFC35

Text Example


Text Example

White with #FCFC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC35; }

 p { color: rgb(252,252,53); }

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

background-color css

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

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

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

border-color css

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

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

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