Html Css Color HEX #FAF239 Gorse

📋 copy color: '#FAF239'

red 250 ◦ green 242 ◦ blue 57

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

Shades of Gorse #FAF239

Tints of Gorse #FAF239

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.08%

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

R = 45.54%
G = 44.08%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAF239 (or 0xFAF239) is known color: Gorse. HEX triplet: FA, F2 and 39. RGB value is (250,242,57). Sum of RGB (Red+Green+Blue) = 250+242+57=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 57 (22.66% from 255 or 10.38% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF239 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF239 is #050DC6. Grayscale: #E0E0E0. Windows color (decimal): -331207 or 3797754. OLE color: 3797754.

HSL color Cylindrical-coordinate representation of color #FAF239: hue angle of 57.51º 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 #FAF239 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 57 -
CMYK 0 0.03 0.77 0.02
HSL 57.51º 0.95% 0.6% -
HSV(B) 57.51º 0.77% 0.98% -
XYZ 71.91 84.12 16.32 -
YUV 223.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 250 242 57 0 0.03 0.77 0.02 57.51 0.95 0.6
Hex FA F2 39 0 3 4D 2 3A 5F 3C
Octal 372 362 71 0 3 115 2 72 137 74
Binary 11111010 11110010 111001 0 11 1001101 10 111010 1011111 111100

Color Harmonies of #FAF239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF239

Black with #FAF239

Text Example


Text Example

White with #FAF239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF239; }

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

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

background-color css

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

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

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

border-color css

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

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

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