Html Css Color HEX #FAFD2E Gorse

📋 copy color: '#FAFD2E'

red 250 ◦ green 253 ◦ blue 46

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

Shades of Gorse #FAFD2E

Tints of Gorse #FAFD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.38%

R = 45.54%
G = 46.08%
B = 8.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FAFD2E (or 0xFAFD2E) is known color: Gorse. HEX triplet: FA, FD and 2E. RGB value is (250,253,46). Sum of RGB (Red+Green+Blue) = 250+253+46=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 46 (18.36% from 255 or 8.38% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD2E is #0502D1. Grayscale: #E5E5E5. Windows color (decimal): -328402 or 3079674. OLE color: 3079674.

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

Color convert

RGB 250 253 46 -
CMYK 0.01 0 0.82 0.01
HSL 60.87º 0.98% 0.59% -
HSV(B) 60.87º 0.82% 0.99% -
XYZ 75.04 90.77 16.15 -
YUV 228.51 25.01 143.33 -
System Red Green Blue C M Y K H S L
Decimal 250 253 46 0.01 0 0.82 0.01 60.87 0.98 0.59
Hex FA FD 2E 1 0 52 1 3D 62 3B
Octal 372 375 56 1 0 122 1 75 142 73
Binary 11111010 11111101 101110 1 0 1010010 1 111101 1100010 111011

Color Harmonies of #FAFD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD2E

Black with #FAFD2E

Text Example


Text Example

White with #FAFD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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