Html Css Color HEX #FAF83D Paris Daisy

📋 copy color: '#FAF83D'

red 250 ◦ green 248 ◦ blue 61

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

Shades of Paris Daisy #FAF83D

Tints of Paris Daisy #FAF83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.36%

 BLUE value IS 61 (24.22% from 255) = 10.91%

R = 44.72%
G = 44.36%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAF83D (or 0xFAF83D) is known color: Paris Daisy. HEX triplet: FA, F8 and 3D. RGB value is (250,248,61). Sum of RGB (Red+Green+Blue) = 250+248+61=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 61 (24.22% from 255 or 10.91% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF83D is #0507C2. Grayscale: #E4E4E4. Windows color (decimal): -329667 or 4061434. OLE color: 4061434.

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

Color convert

RGB 250 248 61 -
CMYK 0 0.01 0.76 0.02
HSL 59.37º 0.95% 0.61% -
HSV(B) 59.37º 0.76% 0.98% -
XYZ 73.83 87.8 17.47 -
YUV 227.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 250 248 61 0 0.01 0.76 0.02 59.37 0.95 0.61
Hex FA F8 3D 0 1 4C 2 3B 5F 3D
Octal 372 370 75 0 1 114 2 73 137 75
Binary 11111010 11111000 111101 0 1 1001100 10 111011 1011111 111101

Color Harmonies of #FAF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF83D

Black with #FAF83D

Text Example


Text Example

White with #FAF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF83D; }

 p { color: rgb(250,248,61); }

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

background-color css

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

 a { background-color: rgb(250,248,61); }

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

border-color css

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

 span { border-color: rgb(250,248,61); }

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