Html Css Color HEX #FAF730 Gorse

📋 copy color: '#FAF730'

red 250 ◦ green 247 ◦ blue 48

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

Shades of Gorse #FAF730

Tints of Gorse #FAF730

RGB

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

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

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

R = 45.87%
G = 45.32%
B = 8.81%

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

#FAF730 (or 0xFAF730) is known color: Gorse. HEX triplet: FA, F7 and 30. RGB value is (250,247,48). Sum of RGB (Red+Green+Blue) = 250+247+48=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 48 (19.14% from 255 or 8.81% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF730 is #0508CF. Grayscale: #E2E2E2. Windows color (decimal): -329936 or 3209210. OLE color: 3209210.

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

Color convert

RGB 250 247 48 -
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.22 87.06 15.74 -
YUV 225.21 27.99 145.68 -
System Red Green Blue C M Y K H S L
Decimal 250 247 48 0 0.01 0.81 0.02 59.11 0.95 0.58
Hex FA F7 30 0 1 51 2 3B 5F 3A
Octal 372 367 60 0 1 121 2 73 137 72
Binary 11111010 11110111 110000 0 1 1010001 10 111011 1011111 111010

Color Harmonies of #FAF730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF730

Black with #FAF730

Text Example


Text Example

White with #FAF730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF730; }

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

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

background-color css

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

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

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

border-color css

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

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

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