Html Css Color HEX #FAFA2B Gorse

📋 copy color: '#FAFA2B'

red 250 ◦ green 250 ◦ blue 43

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

Shades of Gorse #FAFA2B

Tints of Gorse #FAFA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 7.92%

R = 46.04%
G = 46.04%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAFA2B (or 0xFAFA2B) is known color: Gorse. HEX triplet: FA, FA and 2B. RGB value is (250,250,43). Sum of RGB (Red+Green+Blue) = 250+250+43=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 43 (17.19% from 255 or 7.92% from 543); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA2B is #0505D4. Grayscale: #E3E3E3. Windows color (decimal): -329173 or 2882298. OLE color: 2882298.

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

Color convert

RGB 250 250 43 -
CMYK 0 0 0.83 0.02
HSL 60º 0.95% 0.57% -
HSV(B) 60º 0.83% 0.98% -
XYZ 74.05 88.87 15.54 -
YUV 226.4 24.5 144.83 -
System Red Green Blue C M Y K H S L
Decimal 250 250 43 0 0 0.83 0.02 60 0.95 0.57
Hex FA FA 2B 0 0 53 2 3C 5F 39
Octal 372 372 53 0 0 123 2 74 137 71
Binary 11111010 11111010 101011 0 0 1010011 10 111100 1011111 111001

Color Harmonies of #FAFA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA2B

Black with #FAFA2B

Text Example


Text Example

White with #FAFA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA2B; }

 p { color: rgb(250,250,43); }

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

background-color css

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

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

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

border-color css

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

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

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