Html Css Color HEX #FAFD2A Gorse

📋 copy color: '#FAFD2A'

red 250 ◦ green 253 ◦ blue 42

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

Shades of Gorse #FAFD2A

Tints of Gorse #FAFD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.71%

R = 45.87%
G = 46.42%
B = 7.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FAFD2A (or 0xFAFD2A) is known color: Gorse. HEX triplet: FA, FD and 2A. RGB value is (250,253,42). Sum of RGB (Red+Green+Blue) = 250+253+42=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 42 (16.80% from 255 or 7.71% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD2A is #0502D5. Grayscale: #E4E4E4. Windows color (decimal): -328406 or 2817530. OLE color: 2817530.

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

Color convert

RGB 250 253 42 -
CMYK 0.01 0 0.83 0.01
HSL 60.85º 0.98% 0.58% -
HSV(B) 60.85º 0.83% 0.99% -
XYZ 74.97 90.74 15.75 -
YUV 228.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 250 253 42 0.01 0 0.83 0.01 60.85 0.98 0.58
Hex FA FD 2A 1 0 53 1 3D 62 3A
Octal 372 375 52 1 0 123 1 75 142 72
Binary 11111010 11111101 101010 1 0 1010011 1 111101 1100010 111010

Color Harmonies of #FAFD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD2A

Black with #FAFD2A

Text Example


Text Example

White with #FAFD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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