Html Css Color HEX #FAF12F Gorse

📋 copy color: '#FAF12F'

red 250 ◦ green 241 ◦ blue 47

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

Shades of Gorse #FAF12F

Tints of Gorse #FAF12F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.8%

 BLUE value IS 47 (18.75% from 255) = 8.74%

R = 46.47%
G = 44.8%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAF12F (or 0xFAF12F) is known color: Gorse. HEX triplet: FA, F1 and 2F. RGB value is (250,241,47). Sum of RGB (Red+Green+Blue) = 250+241+47=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 47 (18.75% from 255 or 8.74% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF12F is #050ED0. Grayscale: #DEDEDE. Windows color (decimal): -331473 or 3142138. OLE color: 3142138.

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

Color convert

RGB 250 241 47 -
CMYK 0 0.04 0.81 0.02
HSL 57.34º 0.95% 0.58% -
HSV(B) 57.34º 0.81% 0.98% -
XYZ 71.39 83.44 15.03 -
YUV 221.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 250 241 47 0 0.04 0.81 0.02 57.34 0.95 0.58
Hex FA F1 2F 0 4 51 2 39 5F 3A
Octal 372 361 57 0 4 121 2 71 137 72
Binary 11111010 11110001 101111 0 100 1010001 10 111001 1011111 111010

Color Harmonies of #FAF12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF12F

Black with #FAF12F

Text Example


Text Example

White with #FAF12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF12F; }

 p { color: rgb(250,241,47); }

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

background-color css

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

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

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

border-color css

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

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

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