Html Css Color HEX #FAF652 Paris Daisy

📋 copy color: '#FAF652'

red 250 ◦ green 246 ◦ blue 82

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

Shades of Paris Daisy #FAF652

Tints of Paris Daisy #FAF652

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.56%

 BLUE value IS 82 (32.42% from 255) = 14.19%

R = 43.25%
G = 42.56%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF652 (or 0xFAF652) is known color: Paris Daisy. HEX triplet: FA, F6 and 52. RGB value is (250,246,82). Sum of RGB (Red+Green+Blue) = 250+246+82=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 82 (32.42% from 255 or 14.19% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF652 is #0509AD. Grayscale: #E5E5E5. Windows color (decimal): -330158 or 5437178. OLE color: 5437178.

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

Color convert

RGB 250 246 82 -
CMYK 0 0.02 0.67 0.02
HSL 58.57º 0.94% 0.65% -
HSV(B) 58.57º 0.67% 0.98% -
XYZ 73.9 86.84 20.85 -
YUV 228.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 250 246 82 0 0.02 0.67 0.02 58.57 0.94 0.65
Hex FA F6 52 0 2 43 2 3B 5E 41
Octal 372 366 122 0 2 103 2 73 136 101
Binary 11111010 11110110 1010010 0 10 1000011 10 111011 1011110 1000001

Color Harmonies of #FAF652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF652

Black with #FAF652

Text Example


Text Example

White with #FAF652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF652; }

 p { color: rgb(250,246,82); }

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

background-color css

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

 a { background-color: rgb(250,246,82); }

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

border-color css

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

 span { border-color: rgb(250,246,82); }

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