Html Css Color HEX #FFC38B Peach-Orange

📋 copy color: '#FFC38B'

red 255 ◦ green 195 ◦ blue 139

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

Shades of Peach-Orange #FFC38B

Tints of Peach-Orange #FFC38B

RGB

 RED value IS 255 (100% from 255) = 43.29%

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

 BLUE value IS 139 (54.69% from 255) = 23.6%

R = 43.29%
G = 33.11%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFC38B (or 0xFFC38B) is known color: Peach-Orange. HEX triplet: FF, C3 and 8B. RGB value is (255,195,139). Sum of RGB (Red+Green+Blue) = 255+195+139=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC38B is #003C74. Grayscale: #CECECE. Windows color (decimal): -15477 or 9159679. OLE color: 9159679.

HSL color Cylindrical-coordinate representation of color #FFC38B: hue angle of 28.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC38B is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 195 139 -
CMYK 0 0.24 0.45 0
HSL 28.97º 1% 0.77% -
HSV(B) 28.97º 0.45% 1% -
XYZ 65.42 62.15 32.98 -
YUV 206.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 255 195 139 0 0.24 0.45 0 28.97 1 0.77
Hex FF C3 8B 0 18 2D 0 1D 64 4D
Octal 377 303 213 0 30 55 0 35 144 115
Binary 11111111 11000011 10001011 0 11000 101101 0 11101 1100100 1001101

Color Harmonies of #FFC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC38B

Black with #FFC38B

Text Example


Text Example

White with #FFC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC38B; }

 p { color: rgb(255,195,139); }

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

background-color css

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

 a { background-color: rgb(255,195,139); }

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

border-color css

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

 span { border-color: rgb(255,195,139); }

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