Html Css Color HEX #F5F153 Paris Daisy

📋 copy color: '#F5F153'

red 245 ◦ green 241 ◦ blue 83

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

Shades of Paris Daisy #F5F153

Tints of Paris Daisy #F5F153

RGB

 RED value IS 245 (96.09% from 255) = 43.06%

 GREEN value IS 241 (94.53% from 255) = 42.36%

 BLUE value IS 83 (32.81% from 255) = 14.59%

R = 43.06%
G = 42.36%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F5F153 (or 0xF5F153) is known color: Paris Daisy. HEX triplet: F5, F1 and 53. RGB value is (245,241,83). Sum of RGB (Red+Green+Blue) = 245+241+83=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 83 (32.81% from 255 or 14.59% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F153 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F153 is #0A0EAC. Grayscale: #E0E0E0. Windows color (decimal): -659117 or 5501429. OLE color: 5501429.

HSL color Cylindrical-coordinate representation of color #F5F153: hue angle of 58.52º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5F153 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 83 -
CMYK 0 0.02 0.66 0.04
HSL 58.52º 0.89% 0.64% -
HSV(B) 58.52º 0.66% 0.96% -
XYZ 70.67 82.95 20.47 -
YUV 224.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 245 241 83 0 0.02 0.66 0.04 58.52 0.89 0.64
Hex F5 F1 53 0 2 42 4 3B 59 40
Octal 365 361 123 0 2 102 4 73 131 100
Binary 11110101 11110001 1010011 0 10 1000010 100 111011 1011001 1000000

Color Harmonies of #F5F153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F153

Black with #F5F153

Text Example


Text Example

White with #F5F153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F153; }

 p { color: rgb(245,241,83); }

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

background-color css

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

 a { background-color: rgb(245,241,83); }

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

border-color css

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

 span { border-color: rgb(245,241,83); }

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