Html Css Color HEX #FAF538 Gorse

📋 copy color: '#FAF538'

red 250 ◦ green 245 ◦ blue 56

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

Shades of Gorse #FAF538

Tints of Gorse #FAF538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.16%

R = 45.37%
G = 44.46%
B = 10.16%

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

#FAF538 (or 0xFAF538) is known color: Gorse. HEX triplet: FA, F5 and 38. RGB value is (250,245,56). Sum of RGB (Red+Green+Blue) = 250+245+56=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 56 (22.27% from 255 or 10.16% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF538 is #050AC7. Grayscale: #E1E1E1. Windows color (decimal): -330440 or 3732986. OLE color: 3732986.

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

Color convert

RGB 250 245 56 -
CMYK 0 0.02 0.78 0.02
HSL 58.45º 0.95% 0.6% -
HSV(B) 58.45º 0.78% 0.98% -
XYZ 72.79 85.91 16.49 -
YUV 224.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 250 245 56 0 0.02 0.78 0.02 58.45 0.95 0.6
Hex FA F5 38 0 2 4E 2 3A 5F 3C
Octal 372 365 70 0 2 116 2 72 137 74
Binary 11111010 11110101 111000 0 10 1001110 10 111010 1011111 111100

Color Harmonies of #FAF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF538

Black with #FAF538

Text Example


Text Example

White with #FAF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF538; }

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

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

background-color css

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

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

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

border-color css

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

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

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