Html Css Color HEX #FAF92D Gorse

📋 copy color: '#FAF92D'

red 250 ◦ green 249 ◦ blue 45

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

Shades of Gorse #FAF92D

Tints of Gorse #FAF92D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.77%

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

R = 45.96%
G = 45.77%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAF92D (or 0xFAF92D) is known color: Gorse. HEX triplet: FA, F9 and 2D. RGB value is (250,249,45). Sum of RGB (Red+Green+Blue) = 250+249+45=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 45 (17.97% from 255 or 8.27% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF92D is #0506D2. Grayscale: #E2E2E2. Windows color (decimal): -329427 or 3013114. OLE color: 3013114.

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

Color convert

RGB 250 249 45 -
CMYK 0 0.00 0.82 0.02
HSL 59.71º 0.95% 0.58% -
HSV(B) 59.71º 0.82% 0.98% -
XYZ 73.77 88.26 15.63 -
YUV 226.04 25.83 145.09 -
System Red Green Blue C M Y K H S L
Decimal 250 249 45 0 0.00 0.82 0.02 59.71 0.95 0.58
Hex FA F9 2D 0 0 52 2 3C 5F 3A
Octal 372 371 55 0 0 122 2 74 137 72
Binary 11111010 11111001 101101 0 0 1010010 10 111100 1011111 111010

Color Harmonies of #FAF92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF92D

Black with #FAF92D

Text Example


Text Example

White with #FAF92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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