Html Css Color HEX #FAF736 Gorse

📋 copy color: '#FAF736'

red 250 ◦ green 247 ◦ blue 54

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

Shades of Gorse #FAF736

Tints of Gorse #FAF736

RGB

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

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

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

R = 45.37%
G = 44.83%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF736 (or 0xFAF736) is known color: Gorse. HEX triplet: FA, F7 and 36. RGB value is (250,247,54). Sum of RGB (Red+Green+Blue) = 250+247+54=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 54 (21.48% from 255 or 9.80% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF736 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF736 is #0508C9. Grayscale: #E2E2E2. Windows color (decimal): -329930 or 3602426. OLE color: 3602426.

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

Color convert

RGB 250 247 54 -
CMYK 0 0.01 0.78 0.02
HSL 59.08º 0.95% 0.6% -
HSV(B) 59.08º 0.78% 0.98% -
XYZ 73.35 87.11 16.44 -
YUV 225.9 30.99 145.19 -
System Red Green Blue C M Y K H S L
Decimal 250 247 54 0 0.01 0.78 0.02 59.08 0.95 0.6
Hex FA F7 36 0 1 4E 2 3B 5F 3C
Octal 372 367 66 0 1 116 2 73 137 74
Binary 11111010 11110111 110110 0 1 1001110 10 111011 1011111 111100

Color Harmonies of #FAF736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF736

Black with #FAF736

Text Example


Text Example

White with #FAF736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF736; }

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

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

background-color css

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

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

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

border-color css

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

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

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