Html Css Color HEX #FAF32F Gorse

📋 copy color: '#FAF32F'

red 250 ◦ green 243 ◦ blue 47

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

Shades of Gorse #FAF32F

Tints of Gorse #FAF32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45%

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

R = 46.3%
G = 45%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAF32F (or 0xFAF32F) is known color: Gorse. HEX triplet: FA, F3 and 2F. RGB value is (250,243,47). Sum of RGB (Red+Green+Blue) = 250+243+47=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 47 (18.75% from 255 or 8.70% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF32F is #050CD0. Grayscale: #DFDFDF. Windows color (decimal): -330961 or 3142650. OLE color: 3142650.

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

Color convert

RGB 250 243 47 -
CMYK 0 0.03 0.81 0.02
HSL 57.93º 0.95% 0.58% -
HSV(B) 57.93º 0.81% 0.98% -
XYZ 71.99 84.63 15.23 -
YUV 222.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 250 243 47 0 0.03 0.81 0.02 57.93 0.95 0.58
Hex FA F3 2F 0 3 51 2 3A 5F 3A
Octal 372 363 57 0 3 121 2 72 137 72
Binary 11111010 11110011 101111 0 11 1010001 10 111010 1011111 111010

Color Harmonies of #FAF32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF32F

Black with #FAF32F

Text Example


Text Example

White with #FAF32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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