Html Css Color HEX #FAFD34 Gorse

📋 copy color: '#FAFD34'

red 250 ◦ green 253 ◦ blue 52

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

Shades of Gorse #FAFD34

Tints of Gorse #FAFD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.37%

R = 45.05%
G = 45.59%
B = 9.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FAFD34 (or 0xFAFD34) is known color: Gorse. HEX triplet: FA, FD and 34. RGB value is (250,253,52). Sum of RGB (Red+Green+Blue) = 250+253+52=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 52 (20.70% from 255 or 9.37% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD34 is #0502CB. Grayscale: #E5E5E5. Windows color (decimal): -328396 or 3472890. OLE color: 3472890.

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

Color convert

RGB 250 253 52 -
CMYK 0.01 0 0.79 0.01
HSL 60.9º 0.98% 0.6% -
HSV(B) 60.9º 0.79% 0.99% -
XYZ 75.17 90.82 16.82 -
YUV 229.19 28.01 142.84 -
System Red Green Blue C M Y K H S L
Decimal 250 253 52 0.01 0 0.79 0.01 60.9 0.98 0.6
Hex FA FD 34 1 0 4F 1 3D 62 3C
Octal 372 375 64 1 0 117 1 75 142 74
Binary 11111010 11111101 110100 1 0 1001111 1 111101 1100010 111100

Color Harmonies of #FAFD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFD34

Black with #FAFD34

Text Example


Text Example

White with #FAFD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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