Html Css Color HEX #FAF830 Gorse

📋 copy color: '#FAF830'

red 250 ◦ green 248 ◦ blue 48

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

Shades of Gorse #FAF830

Tints of Gorse #FAF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

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

R = 45.79%
G = 45.42%
B = 8.79%

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

#FAF830 (or 0xFAF830) is known color: Gorse. HEX triplet: FA, F8 and 30. RGB value is (250,248,48). Sum of RGB (Red+Green+Blue) = 250+248+48=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 48 (19.14% from 255 or 8.79% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF830 is #0507CF. Grayscale: #E2E2E2. Windows color (decimal): -329680 or 3209466. OLE color: 3209466.

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

Color convert

RGB 250 248 48 -
CMYK 0 0.01 0.81 0.02
HSL 59.41º 0.95% 0.58% -
HSV(B) 59.41º 0.81% 0.98% -
XYZ 73.53 87.67 15.84 -
YUV 225.8 27.66 145.26 -
System Red Green Blue C M Y K H S L
Decimal 250 248 48 0 0.01 0.81 0.02 59.41 0.95 0.58
Hex FA F8 30 0 1 51 2 3B 5F 3A
Octal 372 370 60 0 1 121 2 73 137 72
Binary 11111010 11111000 110000 0 1 1010001 10 111011 1011111 111010

Color Harmonies of #FAF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF830

Black with #FAF830

Text Example


Text Example

White with #FAF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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