Html Css Color HEX #FAF536 Gorse

📋 copy color: '#FAF536'

red 250 ◦ green 245 ◦ blue 54

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

Shades of Gorse #FAF536

Tints of Gorse #FAF536

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.63%

 BLUE value IS 54 (21.48% from 255) = 9.84%

R = 45.54%
G = 44.63%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF536 (or 0xFAF536) is known color: Gorse. HEX triplet: FA, F5 and 36. RGB value is (250,245,54). Sum of RGB (Red+Green+Blue) = 250+245+54=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 54 (21.48% from 255 or 9.84% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF536 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF536 is #050AC9. Grayscale: #E1E1E1. Windows color (decimal): -330442 or 3601914. OLE color: 3601914.

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

Color convert

RGB 250 245 54 -
CMYK 0 0.02 0.78 0.02
HSL 58.47º 0.95% 0.6% -
HSV(B) 58.47º 0.78% 0.98% -
XYZ 72.74 85.9 16.24 -
YUV 224.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 250 245 54 0 0.02 0.78 0.02 58.47 0.95 0.6
Hex FA F5 36 0 2 4E 2 3A 5F 3C
Octal 372 365 66 0 2 116 2 72 137 74
Binary 11111010 11110101 110110 0 10 1001110 10 111010 1011111 111100

Color Harmonies of #FAF536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF536

Black with #FAF536

Text Example


Text Example

White with #FAF536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF536; }

 p { color: rgb(250,245,54); }

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

background-color css

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

 a { background-color: rgb(250,245,54); }

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

border-color css

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

 span { border-color: rgb(250,245,54); }

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