Html Css Color HEX #FAF63B Gorse

📋 copy color: '#FAF63B'

red 250 ◦ green 246 ◦ blue 59

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

Shades of Gorse #FAF63B

Tints of Gorse #FAF63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 10.63%

R = 45.05%
G = 44.32%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAF63B (or 0xFAF63B) is known color: Gorse. HEX triplet: FA, F6 and 3B. RGB value is (250,246,59). Sum of RGB (Red+Green+Blue) = 250+246+59=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 59 (23.44% from 255 or 10.63% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF63B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF63B is #0509C4. Grayscale: #E2E2E2. Windows color (decimal): -330181 or 3929850. OLE color: 3929850.

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

Color convert

RGB 250 246 59 -
CMYK 0 0.02 0.76 0.02
HSL 58.74º 0.95% 0.61% -
HSV(B) 58.74º 0.76% 0.98% -
XYZ 73.17 86.55 16.99 -
YUV 225.88 33.83 145.21 -
System Red Green Blue C M Y K H S L
Decimal 250 246 59 0 0.02 0.76 0.02 58.74 0.95 0.61
Hex FA F6 3B 0 2 4C 2 3B 5F 3D
Octal 372 366 73 0 2 114 2 73 137 75
Binary 11111010 11110110 111011 0 10 1001100 10 111011 1011111 111101

Color Harmonies of #FAF63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF63B

Black with #FAF63B

Text Example


Text Example

White with #FAF63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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