Html Css Color HEX #FAFD28 Gorse

📋 copy color: '#FAFD28'

red 250 ◦ green 253 ◦ blue 40

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

Shades of Gorse #FAFD28

Tints of Gorse #FAFD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.37%

R = 46.04%
G = 46.59%
B = 7.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FAFD28 (or 0xFAFD28) is known color: Gorse. HEX triplet: FA, FD and 28. RGB value is (250,253,40). Sum of RGB (Red+Green+Blue) = 250+253+40=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 40 (16.02% from 255 or 7.37% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD28 is #0502D7. Grayscale: #E4E4E4. Windows color (decimal): -328408 or 2686458. OLE color: 2686458.

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

Color convert

RGB 250 253 40 -
CMYK 0.01 0 0.84 0.01
HSL 60.85º 0.98% 0.57% -
HSV(B) 60.85º 0.84% 0.99% -
XYZ 74.93 90.73 15.57 -
YUV 227.82 22.01 143.82 -
System Red Green Blue C M Y K H S L
Decimal 250 253 40 0.01 0 0.84 0.01 60.85 0.98 0.57
Hex FA FD 28 1 0 54 1 3D 62 39
Octal 372 375 50 1 0 124 1 75 142 71
Binary 11111010 11111101 101000 1 0 1010100 1 111101 1100010 111001

Color Harmonies of #FAFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD28

Black with #FAFD28

Text Example


Text Example

White with #FAFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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