Html Css Color HEX #FAF243 Paris Daisy

📋 copy color: '#FAF243'

red 250 ◦ green 242 ◦ blue 67

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

Shades of Paris Daisy #FAF243

Tints of Paris Daisy #FAF243

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

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

R = 44.72%
G = 43.29%
B = 11.99%

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

#FAF243 (or 0xFAF243) is known color: Paris Daisy. HEX triplet: FA, F2 and 43. RGB value is (250,242,67). Sum of RGB (Red+Green+Blue) = 250+242+67=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 67 (26.56% from 255 or 11.99% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF243 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF243 is #050DBC. Grayscale: #E1E1E1. Windows color (decimal): -331197 or 4453114. OLE color: 4453114.

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

Color convert

RGB 250 242 67 -
CMYK 0 0.03 0.73 0.02
HSL 57.38º 0.95% 0.62% -
HSV(B) 57.38º 0.73% 0.98% -
XYZ 72.19 84.23 17.76 -
YUV 224.44 39.15 146.23 -
System Red Green Blue C M Y K H S L
Decimal 250 242 67 0 0.03 0.73 0.02 57.38 0.95 0.62
Hex FA F2 43 0 3 49 2 39 5F 3E
Octal 372 362 103 0 3 111 2 71 137 76
Binary 11111010 11110010 1000011 0 11 1001001 10 111001 1011111 111110

Color Harmonies of #FAF243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF243

Black with #FAF243

Text Example


Text Example

White with #FAF243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF243; }

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

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

background-color css

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

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

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

border-color css

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

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

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