Html Css Color HEX #FAF439 Gorse

📋 copy color: '#FAF439'

red 250 ◦ green 244 ◦ blue 57

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

Shades of Gorse #FAF439

Tints of Gorse #FAF439

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.28%

 BLUE value IS 57 (22.66% from 255) = 10.34%

R = 45.37%
G = 44.28%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAF439 (or 0xFAF439) is known color: Gorse. HEX triplet: FA, F4 and 39. RGB value is (250,244,57). Sum of RGB (Red+Green+Blue) = 250+244+57=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 57 (22.66% from 255 or 10.34% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF439 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF439 is #050BC6. Grayscale: #E1E1E1. Windows color (decimal): -330695 or 3798266. OLE color: 3798266.

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

Color convert

RGB 250 244 57 -
CMYK 0 0.02 0.77 0.02
HSL 58.13º 0.95% 0.6% -
HSV(B) 58.13º 0.77% 0.98% -
XYZ 72.51 85.32 16.52 -
YUV 224.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 250 244 57 0 0.02 0.77 0.02 58.13 0.95 0.6
Hex FA F4 39 0 2 4D 2 3A 5F 3C
Octal 372 364 71 0 2 115 2 72 137 74
Binary 11111010 11110100 111001 0 10 1001101 10 111010 1011111 111100

Color Harmonies of #FAF439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF439

Black with #FAF439

Text Example


Text Example

White with #FAF439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF439; }

 p { color: rgb(250,244,57); }

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

background-color css

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

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

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

border-color css

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

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

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