Html Css Color HEX #FAF84C Paris Daisy

📋 copy color: '#FAF84C'

red 250 ◦ green 248 ◦ blue 76

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

Shades of Paris Daisy #FAF84C

Tints of Paris Daisy #FAF84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.24%

R = 43.55%
G = 43.21%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAF84C (or 0xFAF84C) is known color: Paris Daisy. HEX triplet: FA, F8 and 4C. RGB value is (250,248,76). Sum of RGB (Red+Green+Blue) = 250+248+76=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 76 (30.08% from 255 or 13.24% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF84C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF84C is #0507B3. Grayscale: #E5E5E5. Windows color (decimal): -329652 or 5044474. OLE color: 5044474.

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

Color convert

RGB 250 248 76 -
CMYK 0 0.01 0.70 0.02
HSL 59.31º 0.95% 0.64% -
HSV(B) 59.31º 0.7% 0.98% -
XYZ 74.3 87.98 19.9 -
YUV 228.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 250 248 76 0 0.01 0.70 0.02 59.31 0.95 0.64
Hex FA F8 4C 0 1 46 2 3B 5F 40
Octal 372 370 114 0 1 106 2 73 137 100
Binary 11111010 11111000 1001100 0 1 1000110 10 111011 1011111 1000000

Color Harmonies of #FAF84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF84C

Black with #FAF84C

Text Example


Text Example

White with #FAF84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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