Html Css Color HEX #FAF241 Paris Daisy

📋 copy color: '#FAF241'

red 250 ◦ green 242 ◦ blue 65

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

Shades of Paris Daisy #FAF241

Tints of Paris Daisy #FAF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.67%

R = 44.88%
G = 43.45%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF241 (or 0xFAF241) is known color: Paris Daisy. HEX triplet: FA, F2 and 41. RGB value is (250,242,65). Sum of RGB (Red+Green+Blue) = 250+242+65=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF241 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF241 is #050DBE. Grayscale: #E0E0E0. Windows color (decimal): -331199 or 4322042. OLE color: 4322042.

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

Color convert

RGB 250 242 65 -
CMYK 0 0.03 0.74 0.02
HSL 57.41º 0.95% 0.62% -
HSV(B) 57.41º 0.74% 0.98% -
XYZ 72.13 84.21 17.45 -
YUV 224.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 250 242 65 0 0.03 0.74 0.02 57.41 0.95 0.62
Hex FA F2 41 0 3 4A 2 39 5F 3E
Octal 372 362 101 0 3 112 2 71 137 76
Binary 11111010 11110010 1000001 0 11 1001010 10 111001 1011111 111110

Color Harmonies of #FAF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF241

Black with #FAF241

Text Example


Text Example

White with #FAF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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