Html Css Color HEX #FAF128 Gorse

📋 copy color: '#FAF128'

red 250 ◦ green 241 ◦ blue 40

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

Shades of Gorse #FAF128

Tints of Gorse #FAF128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.53%

R = 47.08%
G = 45.39%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF128 (or 0xFAF128) is known color: Gorse. HEX triplet: FA, F1 and 28. RGB value is (250,241,40). Sum of RGB (Red+Green+Blue) = 250+241+40=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF128 is #050ED7. Grayscale: #DDDDDD. Windows color (decimal): -331480 or 2683386. OLE color: 2683386.

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

Color convert

RGB 250 241 40 -
CMYK 0 0.04 0.84 0.02
HSL 57.43º 0.95% 0.57% -
HSV(B) 57.43º 0.84% 0.98% -
XYZ 71.26 83.39 14.35 -
YUV 220.78 25.98 148.84 -
System Red Green Blue C M Y K H S L
Decimal 250 241 40 0 0.04 0.84 0.02 57.43 0.95 0.57
Hex FA F1 28 0 4 54 2 39 5F 39
Octal 372 361 50 0 4 124 2 71 137 71
Binary 11111010 11110001 101000 0 100 1010100 10 111001 1011111 111001

Color Harmonies of #FAF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF128

Black with #FAF128

Text Example


Text Example

White with #FAF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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