Html Css Color HEX #FAF953 Paris Daisy

📋 copy color: '#FAF953'

red 250 ◦ green 249 ◦ blue 83

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

Shades of Paris Daisy #FAF953

Tints of Paris Daisy #FAF953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.26%

R = 42.96%
G = 42.78%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF953 (or 0xFAF953) is known color: Paris Daisy. HEX triplet: FA, F9 and 53. RGB value is (250,249,83). Sum of RGB (Red+Green+Blue) = 250+249+83=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 83 (32.81% from 255 or 14.26% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF953 is #0506AC. Grayscale: #E7E7E7. Windows color (decimal): -329389 or 5503482. OLE color: 5503482.

HSL color Cylindrical-coordinate representation of color #FAF953: hue angle of 59.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAF953 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 83 -
CMYK 0 0.00 0.67 0.02
HSL 59.64º 0.94% 0.65% -
HSV(B) 59.64º 0.67% 0.98% -
XYZ 74.86 88.7 21.36 -
YUV 230.38 44.83 142 -
System Red Green Blue C M Y K H S L
Decimal 250 249 83 0 0.00 0.67 0.02 59.64 0.94 0.65
Hex FA F9 53 0 0 43 2 3C 5E 41
Octal 372 371 123 0 0 103 2 74 136 101
Binary 11111010 11111001 1010011 0 0 1000011 10 111100 1011110 1000001

Color Harmonies of #FAF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF953

Black with #FAF953

Text Example


Text Example

White with #FAF953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF953; }

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

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

background-color css

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

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

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

border-color css

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

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

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