Html Css Color HEX #FAF942 Paris Daisy

📋 copy color: '#FAF942'

red 250 ◦ green 249 ◦ blue 66

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

Shades of Paris Daisy #FAF942

Tints of Paris Daisy #FAF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

 BLUE value IS 66 (26.17% from 255) = 11.68%

R = 44.25%
G = 44.07%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAF942 (or 0xFAF942) is known color: Paris Daisy. HEX triplet: FA, F9 and 42. RGB value is (250,249,66). Sum of RGB (Red+Green+Blue) = 250+249+66=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 66 (26.17% from 255 or 11.68% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF942 is #0506BD. Grayscale: #E5E5E5. Windows color (decimal): -329406 or 4389370. OLE color: 4389370.

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

Color convert

RGB 250 249 66 -
CMYK 0 0.00 0.74 0.02
HSL 59.67º 0.95% 0.62% -
HSV(B) 59.67º 0.74% 0.98% -
XYZ 74.28 88.47 18.32 -
YUV 228.44 36.33 143.38 -
System Red Green Blue C M Y K H S L
Decimal 250 249 66 0 0.00 0.74 0.02 59.67 0.95 0.62
Hex FA F9 42 0 0 4A 2 3C 5F 3E
Octal 372 371 102 0 0 112 2 74 137 76
Binary 11111010 11111001 1000010 0 0 1001010 10 111100 1011111 111110

Color Harmonies of #FAF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF942

Black with #FAF942

Text Example


Text Example

White with #FAF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF942; }

 p { color: rgb(250,249,66); }

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

background-color css

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

 a { background-color: rgb(250,249,66); }

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

border-color css

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

 span { border-color: rgb(250,249,66); }

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