Html Css Color HEX #FAF72F Gorse

📋 copy color: '#FAF72F'

red 250 ◦ green 247 ◦ blue 47

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

Shades of Gorse #FAF72F

Tints of Gorse #FAF72F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.4%

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

R = 45.96%
G = 45.4%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAF72F (or 0xFAF72F) is known color: Gorse. HEX triplet: FA, F7 and 2F. RGB value is (250,247,47). Sum of RGB (Red+Green+Blue) = 250+247+47=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 47 (18.75% from 255 or 8.64% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF72F is #0508D0. Grayscale: #E1E1E1. Windows color (decimal): -329937 or 3143674. OLE color: 3143674.

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

Color convert

RGB 250 247 47 -
CMYK 0 0.01 0.81 0.02
HSL 59.11º 0.95% 0.58% -
HSV(B) 59.11º 0.81% 0.98% -
XYZ 73.2 87.05 15.63 -
YUV 225.1 27.49 145.76 -
System Red Green Blue C M Y K H S L
Decimal 250 247 47 0 0.01 0.81 0.02 59.11 0.95 0.58
Hex FA F7 2F 0 1 51 2 3B 5F 3A
Octal 372 367 57 0 1 121 2 73 137 72
Binary 11111010 11110111 101111 0 1 1010001 10 111011 1011111 111010

Color Harmonies of #FAF72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF72F

Black with #FAF72F

Text Example


Text Example

White with #FAF72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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