Html Css Color HEX #FAF627 Gorse

📋 copy color: '#FAF627'

red 250 ◦ green 246 ◦ blue 39

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

Shades of Gorse #FAF627

Tints of Gorse #FAF627

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.98%

 BLUE value IS 39 (15.63% from 255) = 7.29%

R = 46.73%
G = 45.98%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAF627 (or 0xFAF627) is known color: Gorse. HEX triplet: FA, F6 and 27. RGB value is (250,246,39). Sum of RGB (Red+Green+Blue) = 250+246+39=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 39 (15.62% from 255 or 7.29% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF627 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF627 is #0509D8. Grayscale: #E0E0E0. Windows color (decimal): -330201 or 2619130. OLE color: 2619130.

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

Color convert

RGB 250 246 39 -
CMYK 0 0.02 0.84 0.02
HSL 58.86º 0.95% 0.57% -
HSV(B) 58.86º 0.84% 0.98% -
XYZ 72.75 86.38 14.76 -
YUV 223.6 23.83 146.83 -
System Red Green Blue C M Y K H S L
Decimal 250 246 39 0 0.02 0.84 0.02 58.86 0.95 0.57
Hex FA F6 27 0 2 54 2 3B 5F 39
Octal 372 366 47 0 2 124 2 73 137 71
Binary 11111010 11110110 100111 0 10 1010100 10 111011 1011111 111001

Color Harmonies of #FAF627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF627

Black with #FAF627

Text Example


Text Example

White with #FAF627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF627; }

 p { color: rgb(250,246,39); }

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

background-color css

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

 a { background-color: rgb(250,246,39); }

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

border-color css

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

 span { border-color: rgb(250,246,39); }

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