Html Css Color HEX #FCFF30 Gorse

📋 copy color: '#FCFF30'

red 252 ◦ green 255 ◦ blue 48

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

Shades of Gorse #FCFF30

Tints of Gorse #FCFF30

RGB

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

 GREEN value IS 255 (100% from 255) = 45.95%

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

R = 45.41%
G = 45.95%
B = 8.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FCFF30 (or 0xFCFF30) is known color: Gorse. HEX triplet: FC, FF and 30. RGB value is (252,255,48). Sum of RGB (Red+Green+Blue) = 252+255+48=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 48 (19.14% from 255 or 8.65% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF30 is #0300CF. Grayscale: #E7E7E7. Windows color (decimal): -196816 or 3211260. OLE color: 3211260.

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

Color convert

RGB 252 255 48 -
CMYK 0.01 0 0.81 0
HSL 60.87º 1% 0.59% -
HSV(B) 60.87º 0.81% 1% -
XYZ 76.44 92.43 16.61 -
YUV 230.51 25.01 143.33 -
System Red Green Blue C M Y K H S L
Decimal 252 255 48 0.01 0 0.81 0 60.87 1 0.59
Hex FC FF 30 1 0 51 0 3D 64 3B
Octal 374 377 60 1 0 121 0 75 144 73
Binary 11111100 11111111 110000 1 0 1010001 0 111101 1100100 111011

Color Harmonies of #FCFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF30

Black with #FCFF30

Text Example


Text Example

White with #FCFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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