Html Css Color HEX #FAFE3A Gorse

📋 copy color: '#FAFE3A'

red 250 ◦ green 254 ◦ blue 58

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

Shades of Gorse #FAFE3A

Tints of Gorse #FAFE3A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.2%

 BLUE value IS 58 (23.05% from 255) = 10.32%

R = 44.48%
G = 45.2%
B = 10.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FAFE3A (or 0xFAFE3A) is known color: Gorse. HEX triplet: FA, FE and 3A. RGB value is (250,254,58). Sum of RGB (Red+Green+Blue) = 250+254+58=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 58 (23.05% from 255 or 10.32% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE3A is #0501C5. Grayscale: #E7E7E7. Windows color (decimal): -328134 or 3866362. OLE color: 3866362.

HSL color Cylindrical-coordinate representation of color #FAFE3A: hue angle of 61.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAFE3A is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 58 -
CMYK 0.02 0 0.77 0.00
HSL 61.22º 0.99% 0.61% -
HSV(B) 61.22º 0.77% 1% -
XYZ 75.63 91.51 17.68 -
YUV 230.46 30.67 141.94 -
System Red Green Blue C M Y K H S L
Decimal 250 254 58 0.02 0 0.77 0.00 61.22 0.99 0.61
Hex FA FE 3A 2 0 4D 0 3D 63 3D
Octal 372 376 72 2 0 115 0 75 143 75
Binary 11111010 11111110 111010 10 0 1001101 0 111101 1100011 111101

Color Harmonies of #FAFE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE3A

Black with #FAFE3A

Text Example


Text Example

White with #FAFE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE3A; }

 p { color: rgb(250,254,58); }

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

background-color css

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

 a { background-color: rgb(250,254,58); }

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

border-color css

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

 span { border-color: rgb(250,254,58); }

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