Html Css Color HEX #FAF341 Paris Daisy

📋 copy color: '#FAF341'

red 250 ◦ green 243 ◦ blue 65

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

Shades of Paris Daisy #FAF341

Tints of Paris Daisy #FAF341

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.55%

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

R = 44.8%
G = 43.55%
B = 11.65%

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

#FAF341 (or 0xFAF341) is known color: Paris Daisy. HEX triplet: FA, F3 and 41. RGB value is (250,243,65). Sum of RGB (Red+Green+Blue) = 250+243+65=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 65 (25.78% from 255 or 11.65% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF341 is #050CBE. Grayscale: #E1E1E1. Windows color (decimal): -330943 or 4322298. OLE color: 4322298.

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

Color convert

RGB 250 243 65 -
CMYK 0 0.03 0.74 0.02
HSL 57.73º 0.95% 0.62% -
HSV(B) 57.73º 0.74% 0.98% -
XYZ 72.43 84.81 17.55 -
YUV 224.8 37.82 145.97 -
System Red Green Blue C M Y K H S L
Decimal 250 243 65 0 0.03 0.74 0.02 57.73 0.95 0.62
Hex FA F3 41 0 3 4A 2 3A 5F 3E
Octal 372 363 101 0 3 112 2 72 137 76
Binary 11111010 11110011 1000001 0 11 1001010 10 111010 1011111 111110

Color Harmonies of #FAF341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF341

Black with #FAF341

Text Example


Text Example

White with #FAF341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF341; }

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

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

background-color css

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

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

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

border-color css

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

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

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