Html Css Color HEX #FAF248 Paris Daisy

📋 copy color: '#FAF248'

red 250 ◦ green 242 ◦ blue 72

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

Shades of Paris Daisy #FAF248

Tints of Paris Daisy #FAF248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

 BLUE value IS 72 (28.52% from 255) = 12.77%

R = 44.33%
G = 42.91%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAF248 (or 0xFAF248) is known color: Paris Daisy. HEX triplet: FA, F2 and 48. RGB value is (250,242,72). Sum of RGB (Red+Green+Blue) = 250+242+72=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 72 (28.52% from 255 or 12.77% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF248 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF248 is #050DB7. Grayscale: #E1E1E1. Windows color (decimal): -331192 or 4780794. OLE color: 4780794.

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

Color convert

RGB 250 242 72 -
CMYK 0 0.03 0.71 0.02
HSL 57.3º 0.95% 0.63% -
HSV(B) 57.3º 0.71% 0.98% -
XYZ 72.35 84.3 18.59 -
YUV 225.01 41.65 145.82 -
System Red Green Blue C M Y K H S L
Decimal 250 242 72 0 0.03 0.71 0.02 57.3 0.95 0.63
Hex FA F2 48 0 3 47 2 39 5F 3F
Octal 372 362 110 0 3 107 2 71 137 77
Binary 11111010 11110010 1001000 0 11 1000111 10 111001 1011111 111111

Color Harmonies of #FAF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF248

Black with #FAF248

Text Example


Text Example

White with #FAF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF248; }

 p { color: rgb(250,242,72); }

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

background-color css

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

 a { background-color: rgb(250,242,72); }

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

border-color css

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

 span { border-color: rgb(250,242,72); }

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