Html Css Color HEX #FAF23F Paris Daisy

📋 copy color: '#FAF23F'

red 250 ◦ green 242 ◦ blue 63

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

Shades of Paris Daisy #FAF23F

Tints of Paris Daisy #FAF23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.35%

R = 45.05%
G = 43.6%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAF23F (or 0xFAF23F) is known color: Paris Daisy. HEX triplet: FA, F2 and 3F. RGB value is (250,242,63). Sum of RGB (Red+Green+Blue) = 250+242+63=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 63 (25% from 255 or 11.35% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF23F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF23F is #050DC0. Grayscale: #E0E0E0. Windows color (decimal): -331201 or 4190970. OLE color: 4190970.

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

Color convert

RGB 250 242 63 -
CMYK 0 0.03 0.75 0.02
HSL 57.43º 0.95% 0.61% -
HSV(B) 57.43º 0.75% 0.98% -
XYZ 72.07 84.19 17.15 -
YUV 223.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 250 242 63 0 0.03 0.75 0.02 57.43 0.95 0.61
Hex FA F2 3F 0 3 4B 2 39 5F 3D
Octal 372 362 77 0 3 113 2 71 137 75
Binary 11111010 11110010 111111 0 11 1001011 10 111001 1011111 111101

Color Harmonies of #FAF23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF23F

Black with #FAF23F

Text Example


Text Example

White with #FAF23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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