Html Css Color HEX #FFFC30 Gorse

📋 copy color: '#FFFC30'

red 255 ◦ green 252 ◦ blue 48

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

Shades of Gorse #FFFC30

Tints of Gorse #FFFC30

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 252 48 -
CMYK 0 0.01 0.81 0
HSL 59.13º 1% 0.59% -
HSV(B) 59.13º 0.81% 1% -
XYZ 76.58 91.09 16.34 -
YUV 229.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 255 252 48 0 0.01 0.81 0 59.13 1 0.59
Hex FF FC 30 0 1 51 0 3B 64 3B
Octal 377 374 60 0 1 121 0 73 144 73
Binary 11111111 11111100 110000 0 1 1010001 0 111011 1100100 111011

Color Harmonies of #FFFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC30

Black with #FFFC30

Text Example


Text Example

White with #FFFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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