Html Css Color HEX #FAFF35 Gorse

📋 copy color: '#FAFF35'

red 250 ◦ green 255 ◦ blue 53

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

Shades of Gorse #FAFF35

Tints of Gorse #FAFF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 9.5%

R = 44.8%
G = 45.7%
B = 9.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FAFF35 (or 0xFAFF35) is known color: Gorse. HEX triplet: FA, FF and 35. RGB value is (250,255,53). Sum of RGB (Red+Green+Blue) = 250+255+53=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 53 (21.09% from 255 or 9.50% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF35 is #0500CA. Grayscale: #E7E7E7. Windows color (decimal): -327883 or 3538938. OLE color: 3538938.

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

Color convert

RGB 250 255 53 -
CMYK 0.02 0 0.79 0
HSL 61.49º 1% 0.6% -
HSV(B) 61.49º 0.79% 1% -
XYZ 75.83 92.1 17.15 -
YUV 230.48 27.84 141.93 -
System Red Green Blue C M Y K H S L
Decimal 250 255 53 0.02 0 0.79 0 61.49 1 0.6
Hex FA FF 35 2 0 4F 0 3D 64 3C
Octal 372 377 65 2 0 117 0 75 144 74
Binary 11111010 11111111 110101 10 0 1001111 0 111101 1100100 111100

Color Harmonies of #FAFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF35

Black with #FAFF35

Text Example


Text Example

White with #FAFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF35; }

 p { color: rgb(250,255,53); }

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

background-color css

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

 a { background-color: rgb(250,255,53); }

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

border-color css

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

 span { border-color: rgb(250,255,53); }

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