Html Css Color HEX #FAC38A Peach-Orange

📋 copy color: '#FAC38A'

red 250 ◦ green 195 ◦ blue 138

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

Shades of Peach-Orange #FAC38A

Tints of Peach-Orange #FAC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.45%

 BLUE value IS 138 (54.3% from 255) = 23.67%

R = 42.88%
G = 33.45%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FAC38A (or 0xFAC38A) is known color: Peach-Orange. HEX triplet: FA, C3 and 8A. RGB value is (250,195,138). Sum of RGB (Red+Green+Blue) = 250+195+138=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC38A is #053C75. Grayscale: #CDCDCD. Windows color (decimal): -343158 or 9094138. OLE color: 9094138.

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

Color convert

RGB 250 195 138 -
CMYK 0 0.22 0.45 0.02
HSL 30.54º 0.92% 0.76% -
HSV(B) 30.54º 0.45% 0.98% -
XYZ 63.53 61.19 32.51 -
YUV 204.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 250 195 138 0 0.22 0.45 0.02 30.54 0.92 0.76
Hex FA C3 8A 0 16 2D 2 1F 5C 4C
Octal 372 303 212 0 26 55 2 37 134 114
Binary 11111010 11000011 10001010 0 10110 101101 10 11111 1011100 1001100

Color Harmonies of #FAC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC38A

Black with #FAC38A

Text Example


Text Example

White with #FAC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC38A; }

 p { color: rgb(250,195,138); }

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

background-color css

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

 a { background-color: rgb(250,195,138); }

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

border-color css

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

 span { border-color: rgb(250,195,138); }

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