Html Css Color HEX #FAF741 Paris Daisy

📋 copy color: '#FAF741'

red 250 ◦ green 247 ◦ blue 65

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

Shades of Paris Daisy #FAF741

Tints of Paris Daisy #FAF741

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.95%

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

R = 44.48%
G = 43.95%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF741 (or 0xFAF741) is known color: Paris Daisy. HEX triplet: FA, F7 and 41. RGB value is (250,247,65). Sum of RGB (Red+Green+Blue) = 250+247+65=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 65 (25.78% from 255 or 11.57% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF741 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF741 is #0508BE. Grayscale: #E3E3E3. Windows color (decimal): -329919 or 4323322. OLE color: 4323322.

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

Color convert

RGB 250 247 65 -
CMYK 0 0.01 0.74 0.02
HSL 59.03º 0.95% 0.62% -
HSV(B) 59.03º 0.74% 0.98% -
XYZ 73.64 87.23 17.96 -
YUV 227.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 250 247 65 0 0.01 0.74 0.02 59.03 0.95 0.62
Hex FA F7 41 0 1 4A 2 3B 5F 3E
Octal 372 367 101 0 1 112 2 73 137 76
Binary 11111010 11110111 1000001 0 1 1001010 10 111011 1011111 111110

Color Harmonies of #FAF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF741

Black with #FAF741

Text Example


Text Example

White with #FAF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF741; }

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

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

background-color css

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

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

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

border-color css

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

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

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