Html Css Color HEX #FAF73C Gorse

📋 copy color: '#FAF73C'

red 250 ◦ green 247 ◦ blue 60

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

Shades of Gorse #FAF73C

Tints of Gorse #FAF73C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.34%

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

R = 44.88%
G = 44.34%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAF73C (or 0xFAF73C) is known color: Gorse. HEX triplet: FA, F7 and 3C. RGB value is (250,247,60). Sum of RGB (Red+Green+Blue) = 250+247+60=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 60 (23.83% from 255 or 10.77% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF73C is #0508C3. Grayscale: #E3E3E3. Windows color (decimal): -329924 or 3995642. OLE color: 3995642.

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

Color convert

RGB 250 247 60 -
CMYK 0 0.01 0.76 0.02
HSL 59.05º 0.95% 0.61% -
HSV(B) 59.05º 0.76% 0.98% -
XYZ 73.5 87.17 17.23 -
YUV 226.58 33.99 144.71 -
System Red Green Blue C M Y K H S L
Decimal 250 247 60 0 0.01 0.76 0.02 59.05 0.95 0.61
Hex FA F7 3C 0 1 4C 2 3B 5F 3D
Octal 372 367 74 0 1 114 2 73 137 75
Binary 11111010 11110111 111100 0 1 1001100 10 111011 1011111 111101

Color Harmonies of #FAF73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF73C

Black with #FAF73C

Text Example


Text Example

White with #FAF73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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