Html Css Color HEX #FAF231 Gorse

📋 copy color: '#FAF231'

red 250 ◦ green 242 ◦ blue 49

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

Shades of Gorse #FAF231

Tints of Gorse #FAF231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.06%

R = 46.21%
G = 44.73%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAF231 (or 0xFAF231) is known color: Gorse. HEX triplet: FA, F2 and 31. RGB value is (250,242,49). Sum of RGB (Red+Green+Blue) = 250+242+49=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 49 (19.53% from 255 or 9.06% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF231 is #050DCE. Grayscale: #DFDFDF. Windows color (decimal): -331215 or 3273466. OLE color: 3273466.

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

Color convert

RGB 250 242 49 -
CMYK 0 0.03 0.80 0.02
HSL 57.61º 0.95% 0.59% -
HSV(B) 57.61º 0.8% 0.98% -
XYZ 71.73 84.05 15.35 -
YUV 222.39 30.15 147.69 -
System Red Green Blue C M Y K H S L
Decimal 250 242 49 0 0.03 0.80 0.02 57.61 0.95 0.59
Hex FA F2 31 0 3 50 2 3A 5F 3B
Octal 372 362 61 0 3 120 2 72 137 73
Binary 11111010 11110010 110001 0 11 1010000 10 111010 1011111 111011

Color Harmonies of #FAF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF231

Black with #FAF231

Text Example


Text Example

White with #FAF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF231; }

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

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

background-color css

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

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

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

border-color css

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

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

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