Html Css Color HEX #FAF337 Gorse

📋 copy color: '#FAF337'

red 250 ◦ green 243 ◦ blue 55

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

Shades of Gorse #FAF337

Tints of Gorse #FAF337

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

 BLUE value IS 55 (21.88% from 255) = 10.04%

R = 45.62%
G = 44.34%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF337 (or 0xFAF337) is known color: Gorse. HEX triplet: FA, F3 and 37. RGB value is (250,243,55). Sum of RGB (Red+Green+Blue) = 250+243+55=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 55 (21.88% from 255 or 10.04% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF337 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF337 is #050CC8. Grayscale: #E0E0E0. Windows color (decimal): -330953 or 3666938. OLE color: 3666938.

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

Color convert

RGB 250 243 55 -
CMYK 0 0.03 0.78 0.02
HSL 57.85º 0.95% 0.6% -
HSV(B) 57.85º 0.78% 0.98% -
XYZ 72.16 84.7 16.16 -
YUV 223.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 250 243 55 0 0.03 0.78 0.02 57.85 0.95 0.6
Hex FA F3 37 0 3 4E 2 3A 5F 3C
Octal 372 363 67 0 3 116 2 72 137 74
Binary 11111010 11110011 110111 0 11 1001110 10 111010 1011111 111100

Color Harmonies of #FAF337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF337

Black with #FAF337

Text Example


Text Example

White with #FAF337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF337; }

 p { color: rgb(250,243,55); }

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

background-color css

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

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

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

border-color css

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

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

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