Html Css Color HEX #FAF62D Gorse

📋 copy color: '#FAF62D'

red 250 ◦ green 246 ◦ blue 45

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

Shades of Gorse #FAF62D

Tints of Gorse #FAF62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.32%

R = 46.21%
G = 45.47%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAF62D (or 0xFAF62D) is known color: Gorse. HEX triplet: FA, F6 and 2D. RGB value is (250,246,45). Sum of RGB (Red+Green+Blue) = 250+246+45=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 45 (17.97% from 255 or 8.32% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF62D is #0509D2. Grayscale: #E1E1E1. Windows color (decimal): -330195 or 3012346. OLE color: 3012346.

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

Color convert

RGB 250 246 45 -
CMYK 0 0.02 0.82 0.02
HSL 58.83º 0.95% 0.58% -
HSV(B) 58.83º 0.82% 0.98% -
XYZ 72.85 86.42 15.32 -
YUV 224.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 250 246 45 0 0.02 0.82 0.02 58.83 0.95 0.58
Hex FA F6 2D 0 2 52 2 3B 5F 3A
Octal 372 366 55 0 2 122 2 73 137 72
Binary 11111010 11110110 101101 0 10 1010010 10 111011 1011111 111010

Color Harmonies of #FAF62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF62D

Black with #FAF62D

Text Example


Text Example

White with #FAF62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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