Html Css Color HEX #FAF336 Gorse

📋 copy color: '#FAF336'

red 250 ◦ green 243 ◦ blue 54

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

Shades of Gorse #FAF336

Tints of Gorse #FAF336

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 45.7%
G = 44.42%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF336 (or 0xFAF336) is known color: Gorse. HEX triplet: FA, F3 and 36. RGB value is (250,243,54). Sum of RGB (Red+Green+Blue) = 250+243+54=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 54 (21.48% from 255 or 9.87% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF336 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF336 is #050CC9. Grayscale: #E0E0E0. Windows color (decimal): -330954 or 3601402. OLE color: 3601402.

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

Color convert

RGB 250 243 54 -
CMYK 0 0.03 0.78 0.02
HSL 57.86º 0.95% 0.6% -
HSV(B) 57.86º 0.78% 0.98% -
XYZ 72.14 84.69 16.03 -
YUV 223.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 250 243 54 0 0.03 0.78 0.02 57.86 0.95 0.6
Hex FA F3 36 0 3 4E 2 3A 5F 3C
Octal 372 363 66 0 3 116 2 72 137 74
Binary 11111010 11110011 110110 0 11 1001110 10 111010 1011111 111100

Color Harmonies of #FAF336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF336

Black with #FAF336

Text Example


Text Example

White with #FAF336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF336; }

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

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

background-color css

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

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

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

border-color css

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

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

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