Html Css Color HEX #FAFE34 Gorse

📋 copy color: '#FAFE34'

red 250 ◦ green 254 ◦ blue 52

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

Shades of Gorse #FAFE34

Tints of Gorse #FAFE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.35%

R = 44.96%
G = 45.68%
B = 9.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FAFE34 (or 0xFAFE34) is known color: Gorse. HEX triplet: FA, FE and 34. RGB value is (250,254,52). Sum of RGB (Red+Green+Blue) = 250+254+52=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 52 (20.70% from 255 or 9.35% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE34 is #0501CB. Grayscale: #E6E6E6. Windows color (decimal): -328140 or 3473146. OLE color: 3473146.

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

Color convert

RGB 250 254 52 -
CMYK 0.02 0 0.80 0.00
HSL 61.19º 0.99% 0.6% -
HSV(B) 61.19º 0.8% 1% -
XYZ 75.49 91.46 16.92 -
YUV 229.78 27.67 142.43 -
System Red Green Blue C M Y K H S L
Decimal 250 254 52 0.02 0 0.80 0.00 61.19 0.99 0.6
Hex FA FE 34 2 0 50 0 3D 63 3C
Octal 372 376 64 2 0 120 0 75 143 74
Binary 11111010 11111110 110100 10 0 1010000 0 111101 1100011 111100

Color Harmonies of #FAFE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE34

Black with #FAFE34

Text Example


Text Example

White with #FAFE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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