Html Css Color HEX #F2F83D Paris Daisy

📋 copy color: '#F2F83D'

red 242 ◦ green 248 ◦ blue 61

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

Shades of Paris Daisy #F2F83D

Tints of Paris Daisy #F2F83D

RGB

 RED value IS 242 (94.92% from 255) = 43.92%

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

 BLUE value IS 61 (24.22% from 255) = 11.07%

R = 43.92%
G = 45.01%
B = 11.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F2F83D (or 0xF2F83D) is known color: Paris Daisy. HEX triplet: F2, F8 and 3D. RGB value is (242,248,61). Sum of RGB (Red+Green+Blue) = 242+248+61=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 61 (24.22% from 255 or 11.07% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F83D is #0D07C2. Grayscale: #E1E1E1. Windows color (decimal): -853955 or 4061426. OLE color: 4061426.

HSL color Cylindrical-coordinate representation of color #F2F83D: hue angle of 61.93º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2F83D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 61 -
CMYK 0.02 0 0.75 0.03
HSL 61.93º 0.93% 0.61% -
HSV(B) 61.93º 0.75% 0.97% -
XYZ 71.03 86.35 17.34 -
YUV 224.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 242 248 61 0.02 0 0.75 0.03 61.93 0.93 0.61
Hex F2 F8 3D 2 0 4B 3 3E 5D 3D
Octal 362 370 75 2 0 113 3 76 135 75
Binary 11110010 11111000 111101 10 0 1001011 11 111110 1011101 111101

Color Harmonies of #F2F83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F83D

Black with #F2F83D

Text Example


Text Example

White with #F2F83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F83D; }

 p { color: rgb(242,248,61); }

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

background-color css

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

 a { background-color: rgb(242,248,61); }

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

border-color css

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

 span { border-color: rgb(242,248,61); }

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