Html Css Color HEX #FC692B Burnt Orange

📋 copy color: '#FC692B'

red 252 ◦ green 105 ◦ blue 43

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

Shades of Burnt Orange #FC692B

Tints of Burnt Orange #FC692B

RGB

 RED value IS 252 (98.83% from 255) = 63%

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 63%
G = 26.25%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC692B (or 0xFC692B) is known color: Burnt Orange. HEX triplet: FC, 69 and 2B. RGB value is (252,105,43). Sum of RGB (Red+Green+Blue) = 252+105+43=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC692B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC692B is #0396D4. Grayscale: #8E8E8E. Windows color (decimal): -235221 or 2845180. OLE color: 2845180.

HSL color Cylindrical-coordinate representation of color #FC692B: hue angle of 17.8º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC692B is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 43 -
CMYK 0 0.58 0.83 0.01
HSL 17.8º 0.97% 0.58% -
HSV(B) 17.8º 0.83% 0.99% -
XYZ 45.63 30.97 5.86 -
YUV 141.89 72.2 206.54 -
System Red Green Blue C M Y K H S L
Decimal 252 105 43 0 0.58 0.83 0.01 17.8 0.97 0.58
Hex FC 69 2B 0 3A 53 1 12 61 3A
Octal 374 151 53 0 72 123 1 22 141 72
Binary 11111100 1101001 101011 0 111010 1010011 1 10010 1100001 111010

Color Harmonies of #FC692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC692B

Black with #FC692B

Text Example


Text Example

White with #FC692B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC692B; }

 p { color: rgb(252,105,43); }

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

background-color css

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

 a { background-color: rgb(252,105,43); }

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

border-color css

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

 span { border-color: rgb(252,105,43); }

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