Html Css Color HEX #FAF340 Paris Daisy

📋 copy color: '#FAF340'

red 250 ◦ green 243 ◦ blue 64

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

Shades of Paris Daisy #FAF340

Tints of Paris Daisy #FAF340

RGB

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

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

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

R = 44.88%
G = 43.63%
B = 11.49%

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

#FAF340 (or 0xFAF340) is known color: Paris Daisy. HEX triplet: FA, F3 and 40. RGB value is (250,243,64). Sum of RGB (Red+Green+Blue) = 250+243+64=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 64 (25.39% from 255 or 11.49% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF340 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF340 is #050CBF. Grayscale: #E1E1E1. Windows color (decimal): -330944 or 4256762. OLE color: 4256762.

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

Color convert

RGB 250 243 64 -
CMYK 0 0.03 0.74 0.02
HSL 57.74º 0.95% 0.62% -
HSV(B) 57.74º 0.74% 0.98% -
XYZ 72.4 84.8 17.4 -
YUV 224.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 250 243 64 0 0.03 0.74 0.02 57.74 0.95 0.62
Hex FA F3 40 0 3 4A 2 3A 5F 3E
Octal 372 363 100 0 3 112 2 72 137 76
Binary 11111010 11110011 1000000 0 11 1001010 10 111010 1011111 111110

Color Harmonies of #FAF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF340

Black with #FAF340

Text Example


Text Example

White with #FAF340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF340; }

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

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

background-color css

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

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

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

border-color css

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

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

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