Html Css Color HEX #FAF030 Gorse

📋 copy color: '#FAF030'

red 250 ◦ green 240 ◦ blue 48

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

Shades of Gorse #FAF030

Tints of Gorse #FAF030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

 BLUE value IS 48 (19.14% from 255) = 8.92%

R = 46.47%
G = 44.61%
B = 8.92%

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

#FAF030 (or 0xFAF030) is known color: Gorse. HEX triplet: FA, F0 and 30. RGB value is (250,240,48). Sum of RGB (Red+Green+Blue) = 250+240+48=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 48 (19.14% from 255 or 8.92% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF030 is #050FCF. Grayscale: #DDDDDD. Windows color (decimal): -331728 or 3207418. OLE color: 3207418.

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

Color convert

RGB 250 240 48 -
CMYK 0 0.04 0.81 0.02
HSL 57.03º 0.95% 0.58% -
HSV(B) 57.03º 0.81% 0.98% -
XYZ 71.12 82.86 15.04 -
YUV 221.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 250 240 48 0 0.04 0.81 0.02 57.03 0.95 0.58
Hex FA F0 30 0 4 51 2 39 5F 3A
Octal 372 360 60 0 4 121 2 71 137 72
Binary 11111010 11110000 110000 0 100 1010001 10 111001 1011111 111010

Color Harmonies of #FAF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF030

Black with #FAF030

Text Example


Text Example

White with #FAF030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF030; }

 p { color: rgb(250,240,48); }

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

background-color css

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

 a { background-color: rgb(250,240,48); }

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

border-color css

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

 span { border-color: rgb(250,240,48); }

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