Html Css Color HEX #FAF845 Paris Daisy

📋 copy color: '#FAF845'

red 250 ◦ green 248 ◦ blue 69

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

Shades of Paris Daisy #FAF845

Tints of Paris Daisy #FAF845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.17%

R = 44.09%
G = 43.74%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF845 (or 0xFAF845) is known color: Paris Daisy. HEX triplet: FA, F8 and 45. RGB value is (250,248,69). Sum of RGB (Red+Green+Blue) = 250+248+69=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 69 (27.34% from 255 or 12.17% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF845 is #0507BA. Grayscale: #E4E4E4. Windows color (decimal): -329659 or 4585722. OLE color: 4585722.

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

Color convert

RGB 250 248 69 -
CMYK 0 0.01 0.72 0.02
HSL 59.34º 0.95% 0.63% -
HSV(B) 59.34º 0.72% 0.98% -
XYZ 74.07 87.89 18.69 -
YUV 228.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 250 248 69 0 0.01 0.72 0.02 59.34 0.95 0.63
Hex FA F8 45 0 1 48 2 3B 5F 3F
Octal 372 370 105 0 1 110 2 73 137 77
Binary 11111010 11111000 1000101 0 1 1001000 10 111011 1011111 111111

Color Harmonies of #FAF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF845

Black with #FAF845

Text Example


Text Example

White with #FAF845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF845; }

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

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

background-color css

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

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

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

border-color css

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

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

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