Html Css Color HEX #FAF933 Gorse

📋 copy color: '#FAF933'

red 250 ◦ green 249 ◦ blue 51

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

Shades of Gorse #FAF933

Tints of Gorse #FAF933

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.27%

 BLUE value IS 51 (20.31% from 255) = 9.27%

R = 45.45%
G = 45.27%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAF933 (or 0xFAF933) is known color: Gorse. HEX triplet: FA, F9 and 33. RGB value is (250,249,51). Sum of RGB (Red+Green+Blue) = 250+249+51=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 51 (20.31% from 255 or 9.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF933 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF933 is #0506CC. Grayscale: #E3E3E3. Windows color (decimal): -329421 or 3406330. OLE color: 3406330.

HSL color Cylindrical-coordinate representation of color #FAF933: hue angle of 59.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAF933 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 51 -
CMYK 0 0.00 0.80 0.02
HSL 59.7º 0.95% 0.59% -
HSV(B) 59.7º 0.8% 0.98% -
XYZ 73.9 88.31 16.28 -
YUV 226.73 28.83 144.6 -
System Red Green Blue C M Y K H S L
Decimal 250 249 51 0 0.00 0.80 0.02 59.7 0.95 0.59
Hex FA F9 33 0 0 50 2 3C 5F 3B
Octal 372 371 63 0 0 120 2 74 137 73
Binary 11111010 11111001 110011 0 0 1010000 10 111100 1011111 111011

Color Harmonies of #FAF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF933

Black with #FAF933

Text Example


Text Example

White with #FAF933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF933; }

 p { color: rgb(250,249,51); }

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

background-color css

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

 a { background-color: rgb(250,249,51); }

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

border-color css

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

 span { border-color: rgb(250,249,51); }

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