Html Css Color HEX #FAFE30 Gorse

📋 copy color: '#FAFE30'

red 250 ◦ green 254 ◦ blue 48

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

Shades of Gorse #FAFE30

Tints of Gorse #FAFE30

RGB

 RED value IS 250 (98.05% from 255) = 45.29%

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

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

R = 45.29%
G = 46.01%
B = 8.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FAFE30 (or 0xFAFE30) is known color: Gorse. HEX triplet: FA, FE and 30. RGB value is (250,254,48). Sum of RGB (Red+Green+Blue) = 250+254+48=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 48 (19.14% from 255 or 8.70% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE30 is #0501CF. Grayscale: #E6E6E6. Windows color (decimal): -328144 or 3211002. OLE color: 3211002.

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

Color convert

RGB 250 254 48 -
CMYK 0.02 0 0.81 0.00
HSL 61.17º 0.99% 0.59% -
HSV(B) 61.17º 0.81% 1% -
XYZ 75.4 91.42 16.47 -
YUV 229.32 25.67 142.75 -
System Red Green Blue C M Y K H S L
Decimal 250 254 48 0.02 0 0.81 0.00 61.17 0.99 0.59
Hex FA FE 30 2 0 51 0 3D 63 3B
Octal 372 376 60 2 0 121 0 75 143 73
Binary 11111010 11111110 110000 10 0 1010001 0 111101 1100011 111011

Color Harmonies of #FAFE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE30

Black with #FAFE30

Text Example


Text Example

White with #FAFE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE30; }

 p { color: rgb(250,254,48); }

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

background-color css

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

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

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

border-color css

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

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

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