Html Css Color HEX #FAF632 Gorse

📋 copy color: '#FAF632'

red 250 ◦ green 246 ◦ blue 50

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

Shades of Gorse #FAF632

Tints of Gorse #FAF632

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.05%

 BLUE value IS 50 (19.92% from 255) = 9.16%

R = 45.79%
G = 45.05%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAF632 (or 0xFAF632) is known color: Gorse. HEX triplet: FA, F6 and 32. RGB value is (250,246,50). Sum of RGB (Red+Green+Blue) = 250+246+50=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 50 (19.92% from 255 or 9.16% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF632 is #0509CD. Grayscale: #E1E1E1. Windows color (decimal): -330190 or 3340026. OLE color: 3340026.

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

Color convert

RGB 250 246 50 -
CMYK 0 0.02 0.8 0.02
HSL 58.8º 0.95% 0.59% -
HSV(B) 58.8º 0.8% 0.98% -
XYZ 72.96 86.47 15.86 -
YUV 224.85 29.33 145.94 -
System Red Green Blue C M Y K H S L
Decimal 250 246 50 0 0.02 0.8 0.02 58.8 0.95 0.59
Hex FA F6 32 0 2 50 2 3B 5F 3B
Octal 372 366 62 0 2 120 2 73 137 73
Binary 11111010 11110110 110010 0 10 1010000 10 111011 1011111 111011

Color Harmonies of #FAF632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF632

Black with #FAF632

Text Example


Text Example

White with #FAF632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF632; }

 p { color: rgb(250,246,50); }

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

background-color css

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

 a { background-color: rgb(250,246,50); }

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

border-color css

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

 span { border-color: rgb(250,246,50); }

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