Html Css Color HEX #FAF240 Paris Daisy

📋 copy color: '#FAF240'

red 250 ◦ green 242 ◦ blue 64

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

Shades of Paris Daisy #FAF240

Tints of Paris Daisy #FAF240

RGB

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

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

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

R = 44.96%
G = 43.53%
B = 11.51%

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

#FAF240 (or 0xFAF240) is known color: Paris Daisy. HEX triplet: FA, F2 and 40. RGB value is (250,242,64). Sum of RGB (Red+Green+Blue) = 250+242+64=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 64 (25.39% from 255 or 11.51% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF240 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF240 is #050DBF. Grayscale: #E0E0E0. Windows color (decimal): -331200 or 4256506. OLE color: 4256506.

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

Color convert

RGB 250 242 64 -
CMYK 0 0.03 0.74 0.02
HSL 57.42º 0.95% 0.62% -
HSV(B) 57.42º 0.74% 0.98% -
XYZ 72.1 84.2 17.3 -
YUV 224.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 250 242 64 0 0.03 0.74 0.02 57.42 0.95 0.62
Hex FA F2 40 0 3 4A 2 39 5F 3E
Octal 372 362 100 0 3 112 2 71 137 76
Binary 11111010 11110010 1000000 0 11 1001010 10 111001 1011111 111110

Color Harmonies of #FAF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF240

Black with #FAF240

Text Example


Text Example

White with #FAF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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