Html Css Color HEX #FAF748 Paris Daisy

📋 copy color: '#FAF748'

red 250 ◦ green 247 ◦ blue 72

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

Shades of Paris Daisy #FAF748

Tints of Paris Daisy #FAF748

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.41%

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

R = 43.94%
G = 43.41%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAF748 (or 0xFAF748) is known color: Paris Daisy. HEX triplet: FA, F7 and 48. RGB value is (250,247,72). Sum of RGB (Red+Green+Blue) = 250+247+72=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 72 (28.52% from 255 or 12.65% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF748 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF748 is #0508B7. Grayscale: #E4E4E4. Windows color (decimal): -329912 or 4782074. OLE color: 4782074.

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

Color convert

RGB 250 247 72 -
CMYK 0 0.01 0.71 0.02
HSL 58.99º 0.95% 0.63% -
HSV(B) 58.99º 0.71% 0.98% -
XYZ 73.85 87.31 19.09 -
YUV 227.95 39.99 143.73 -
System Red Green Blue C M Y K H S L
Decimal 250 247 72 0 0.01 0.71 0.02 58.99 0.95 0.63
Hex FA F7 48 0 1 47 2 3B 5F 3F
Octal 372 367 110 0 1 107 2 73 137 77
Binary 11111010 11110111 1001000 0 1 1000111 10 111011 1011111 111111

Color Harmonies of #FAF748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF748

Black with #FAF748

Text Example


Text Example

White with #FAF748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF748; }

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

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

background-color css

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

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

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

border-color css

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

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

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