Html Css Color HEX #FAF343 Paris Daisy

📋 copy color: '#FAF343'

red 250 ◦ green 243 ◦ blue 67

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

Shades of Paris Daisy #FAF343

Tints of Paris Daisy #FAF343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 11.96%

R = 44.64%
G = 43.39%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAF343 (or 0xFAF343) is known color: Paris Daisy. HEX triplet: FA, F3 and 43. RGB value is (250,243,67). Sum of RGB (Red+Green+Blue) = 250+243+67=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 67 (26.56% from 255 or 11.96% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF343 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF343 is #050CBC. Grayscale: #E1E1E1. Windows color (decimal): -330941 or 4453370. OLE color: 4453370.

HSL color Cylindrical-coordinate representation of color #FAF343: hue angle of 57.7º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAF343 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 243 67 -
CMYK 0 0.03 0.73 0.02
HSL 57.7º 0.95% 0.62% -
HSV(B) 57.7º 0.73% 0.98% -
XYZ 72.49 84.83 17.86 -
YUV 225.03 38.82 145.81 -
System Red Green Blue C M Y K H S L
Decimal 250 243 67 0 0.03 0.73 0.02 57.7 0.95 0.62
Hex FA F3 43 0 3 49 2 3A 5F 3E
Octal 372 363 103 0 3 111 2 72 137 76
Binary 11111010 11110011 1000011 0 11 1001001 10 111010 1011111 111110

Color Harmonies of #FAF343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF343

Black with #FAF343

Text Example


Text Example

White with #FAF343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF343; }

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

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

background-color css

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

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

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

border-color css

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

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

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