Html Css Color HEX #FAF844 Paris Daisy

📋 copy color: '#FAF844'

red 250 ◦ green 248 ◦ blue 68

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

Shades of Paris Daisy #FAF844

Tints of Paris Daisy #FAF844

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.82%

 BLUE value IS 68 (26.95% from 255) = 12.01%

R = 44.17%
G = 43.82%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAF844 (or 0xFAF844) is known color: Paris Daisy. HEX triplet: FA, F8 and 44. RGB value is (250,248,68). Sum of RGB (Red+Green+Blue) = 250+248+68=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 68 (26.95% from 255 or 12.01% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF844 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF844 is #0507BB. Grayscale: #E4E4E4. Windows color (decimal): -329660 or 4520186. OLE color: 4520186.

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

Color convert

RGB 250 248 68 -
CMYK 0 0.01 0.73 0.02
HSL 59.34º 0.95% 0.62% -
HSV(B) 59.34º 0.73% 0.98% -
XYZ 74.04 87.88 18.53 -
YUV 228.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 250 248 68 0 0.01 0.73 0.02 59.34 0.95 0.62
Hex FA F8 44 0 1 49 2 3B 5F 3E
Octal 372 370 104 0 1 111 2 73 137 76
Binary 11111010 11111000 1000100 0 1 1001001 10 111011 1011111 111110

Color Harmonies of #FAF844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF844

Black with #FAF844

Text Example


Text Example

White with #FAF844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF844; }

 p { color: rgb(250,248,68); }

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

background-color css

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

 a { background-color: rgb(250,248,68); }

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

border-color css

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

 span { border-color: rgb(250,248,68); }

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