Html Css Color HEX #FAF440 Paris Daisy

📋 copy color: '#FAF440'

red 250 ◦ green 244 ◦ blue 64

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

Shades of Paris Daisy #FAF440

Tints of Paris Daisy #FAF440

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.73%

 BLUE value IS 64 (25.39% from 255) = 11.47%

R = 44.8%
G = 43.73%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF440 (or 0xFAF440) is known color: Paris Daisy. HEX triplet: FA, F4 and 40. RGB value is (250,244,64). Sum of RGB (Red+Green+Blue) = 250+244+64=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 64 (25.39% from 255 or 11.47% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF440 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF440 is #050BBF. Grayscale: #E1E1E1. Windows color (decimal): -330688 or 4257018. OLE color: 4257018.

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

Color convert

RGB 250 244 64 -
CMYK 0 0.02 0.74 0.02
HSL 58.06º 0.95% 0.62% -
HSV(B) 58.06º 0.74% 0.98% -
XYZ 72.7 85.4 17.5 -
YUV 225.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 250 244 64 0 0.02 0.74 0.02 58.06 0.95 0.62
Hex FA F4 40 0 2 4A 2 3A 5F 3E
Octal 372 364 100 0 2 112 2 72 137 76
Binary 11111010 11110100 1000000 0 10 1001010 10 111010 1011111 111110

Color Harmonies of #FAF440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF440

Black with #FAF440

Text Example


Text Example

White with #FAF440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF440; }

 p { color: rgb(250,244,64); }

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

background-color css

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

 a { background-color: rgb(250,244,64); }

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

border-color css

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

 span { border-color: rgb(250,244,64); }

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