Html Css Color HEX #FCFC30 Gorse

📋 copy color: '#FCFC30'

red 252 ◦ green 252 ◦ blue 48

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

Shades of Gorse #FCFC30

Tints of Gorse #FCFC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.7%

R = 45.65%
G = 45.65%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCFC30 (or 0xFCFC30) is known color: Gorse. HEX triplet: FC, FC and 30. RGB value is (252,252,48). Sum of RGB (Red+Green+Blue) = 252+252+48=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 48 (19.14% from 255 or 8.70% from 552); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC30 is #0303CF. Grayscale: #E5E5E5. Windows color (decimal): -197584 or 3210492. OLE color: 3210492.

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

Color convert

RGB 252 252 48 -
CMYK 0 0 0.81 0.01
HSL 60º 0.97% 0.59% -
HSV(B) 60º 0.81% 0.99% -
XYZ 75.49 90.53 16.29 -
YUV 228.74 26 144.59 -
System Red Green Blue C M Y K H S L
Decimal 252 252 48 0 0 0.81 0.01 60 0.97 0.59
Hex FC FC 30 0 0 51 1 3C 61 3B
Octal 374 374 60 0 0 121 1 74 141 73
Binary 11111100 11111100 110000 0 0 1010001 1 111100 1100001 111011

Color Harmonies of #FCFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC30

Black with #FCFC30

Text Example


Text Example

White with #FCFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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