Html Css Color HEX #FAFD33 Gorse

📋 copy color: '#FAFD33'

red 250 ◦ green 253 ◦ blue 51

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

Shades of Gorse #FAFD33

Tints of Gorse #FAFD33

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

 BLUE value IS 51 (20.31% from 255) = 9.21%

R = 45.13%
G = 45.67%
B = 9.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FAFD33 (or 0xFAFD33) is known color: Gorse. HEX triplet: FA, FD and 33. RGB value is (250,253,51). Sum of RGB (Red+Green+Blue) = 250+253+51=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 51 (20.31% from 255 or 9.21% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD33 is #0502CC. Grayscale: #E5E5E5. Windows color (decimal): -328397 or 3407354. OLE color: 3407354.

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

Color convert

RGB 250 253 51 -
CMYK 0.01 0 0.80 0.01
HSL 60.89º 0.98% 0.6% -
HSV(B) 60.89º 0.8% 0.99% -
XYZ 75.15 90.81 16.7 -
YUV 229.08 27.51 142.93 -
System Red Green Blue C M Y K H S L
Decimal 250 253 51 0.01 0 0.80 0.01 60.89 0.98 0.6
Hex FA FD 33 1 0 50 1 3D 62 3C
Octal 372 375 63 1 0 120 1 75 142 74
Binary 11111010 11111101 110011 1 0 1010000 1 111101 1100010 111100

Color Harmonies of #FAFD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD33

Black with #FAFD33

Text Example


Text Example

White with #FAFD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD33; }

 p { color: rgb(250,253,51); }

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

background-color css

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

 a { background-color: rgb(250,253,51); }

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

border-color css

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

 span { border-color: rgb(250,253,51); }

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