Html Css Color HEX #FAF14A Paris Daisy

📋 copy color: '#FAF14A'

red 250 ◦ green 241 ◦ blue 74

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

Shades of Paris Daisy #FAF14A

Tints of Paris Daisy #FAF14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.1%

R = 44.25%
G = 42.65%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAF14A (or 0xFAF14A) is known color: Paris Daisy. HEX triplet: FA, F1 and 4A. RGB value is (250,241,74). Sum of RGB (Red+Green+Blue) = 250+241+74=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF14A is #050EB5. Grayscale: #E1E1E1. Windows color (decimal): -331446 or 4911610. OLE color: 4911610.

HSL color Cylindrical-coordinate representation of color #FAF14A: hue angle of 56.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAF14A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 74 -
CMYK 0 0.04 0.70 0.02
HSL 56.93º 0.95% 0.64% -
HSV(B) 56.93º 0.7% 0.98% -
XYZ 72.12 83.73 18.84 -
YUV 224.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 250 241 74 0 0.04 0.70 0.02 56.93 0.95 0.64
Hex FA F1 4A 0 4 46 2 39 5F 40
Octal 372 361 112 0 4 106 2 71 137 100
Binary 11111010 11110001 1001010 0 100 1000110 10 111001 1011111 1000000

Color Harmonies of #FAF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF14A

Black with #FAF14A

Text Example


Text Example

White with #FAF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF14A; }

 p { color: rgb(250,241,74); }

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

background-color css

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

 a { background-color: rgb(250,241,74); }

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

border-color css

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

 span { border-color: rgb(250,241,74); }

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