Html Css Color HEX #FAF136 Gorse

📋 copy color: '#FAF136'

red 250 ◦ green 241 ◦ blue 54

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

Shades of Gorse #FAF136

Tints of Gorse #FAF136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.22%

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

R = 45.87%
G = 44.22%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAF136 (or 0xFAF136) is known color: Gorse. HEX triplet: FA, F1 and 36. RGB value is (250,241,54). Sum of RGB (Red+Green+Blue) = 250+241+54=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 54 (21.48% from 255 or 9.91% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF136 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF136 is #050EC9. Grayscale: #DFDFDF. Windows color (decimal): -331466 or 3600890. OLE color: 3600890.

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

Color convert

RGB 250 241 54 -
CMYK 0 0.04 0.78 0.02
HSL 57.24º 0.95% 0.6% -
HSV(B) 57.24º 0.78% 0.98% -
XYZ 71.55 83.5 15.84 -
YUV 222.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 250 241 54 0 0.04 0.78 0.02 57.24 0.95 0.6
Hex FA F1 36 0 4 4E 2 39 5F 3C
Octal 372 361 66 0 4 116 2 71 137 74
Binary 11111010 11110001 110110 0 100 1001110 10 111001 1011111 111100

Color Harmonies of #FAF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF136

Black with #FAF136

Text Example


Text Example

White with #FAF136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF136; }

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

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

background-color css

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

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

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

border-color css

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

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

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