Html Css Color HEX #FAF83C Gorse

📋 copy color: '#FAF83C'

red 250 ◦ green 248 ◦ blue 60

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

Shades of Gorse #FAF83C

Tints of Gorse #FAF83C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.44%

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

R = 44.8%
G = 44.44%
B = 10.75%

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

#FAF83C (or 0xFAF83C) is known color: Gorse. HEX triplet: FA, F8 and 3C. RGB value is (250,248,60). Sum of RGB (Red+Green+Blue) = 250+248+60=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 60 (23.83% from 255 or 10.75% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF83C is #0507C3. Grayscale: #E3E3E3. Windows color (decimal): -329668 or 3995898. OLE color: 3995898.

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

Color convert

RGB 250 248 60 -
CMYK 0 0.01 0.76 0.02
HSL 59.37º 0.95% 0.61% -
HSV(B) 59.37º 0.76% 0.98% -
XYZ 73.81 87.79 17.33 -
YUV 227.17 33.66 144.29 -
System Red Green Blue C M Y K H S L
Decimal 250 248 60 0 0.01 0.76 0.02 59.37 0.95 0.61
Hex FA F8 3C 0 1 4C 2 3B 5F 3D
Octal 372 370 74 0 1 114 2 73 137 75
Binary 11111010 11111000 111100 0 1 1001100 10 111011 1011111 111101

Color Harmonies of #FAF83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF83C

Black with #FAF83C

Text Example


Text Example

White with #FAF83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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