Html Css Color HEX #FAF63C Gorse

📋 copy color: '#FAF63C'

red 250 ◦ green 246 ◦ blue 60

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

Shades of Gorse #FAF63C

Tints of Gorse #FAF63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 10.79%

R = 44.96%
G = 44.24%
B = 10.79%

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

#FAF63C (or 0xFAF63C) is known color: Gorse. HEX triplet: FA, F6 and 3C. RGB value is (250,246,60). Sum of RGB (Red+Green+Blue) = 250+246+60=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 60 (23.83% from 255 or 10.79% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF63C is #0509C3. Grayscale: #E2E2E2. Windows color (decimal): -330180 or 3995386. OLE color: 3995386.

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

Color convert

RGB 250 246 60 -
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.2 86.56 17.13 -
YUV 225.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 250 246 60 0 0.02 0.76 0.02 58.74 0.95 0.61
Hex FA F6 3C 0 2 4C 2 3B 5F 3D
Octal 372 366 74 0 2 114 2 73 137 75
Binary 11111010 11110110 111100 0 10 1001100 10 111011 1011111 111101

Color Harmonies of #FAF63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF63C

Black with #FAF63C

Text Example


Text Example

White with #FAF63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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