Html Css Color HEX #F4BC7D Corvette

📋 copy color: '#F4BC7D'

red 244 ◦ green 188 ◦ blue 125

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

Shades of Corvette #F4BC7D

Tints of Corvette #F4BC7D

RGB

 RED value IS 244 (95.7% from 255) = 43.81%

 GREEN value IS 188 (73.83% from 255) = 33.75%

 BLUE value IS 125 (49.22% from 255) = 22.44%

R = 43.81%
G = 33.75%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4BC7D (or 0xF4BC7D) is known color: Corvette. HEX triplet: F4, BC and 7D. RGB value is (244,188,125). Sum of RGB (Red+Green+Blue) = 244+188+125=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC7D is #0B4382. Grayscale: #C5C5C5. Windows color (decimal): -738179 or 8240372. OLE color: 8240372.

HSL color Cylindrical-coordinate representation of color #F4BC7D: hue angle of 31.76º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4BC7D is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 125 -
CMYK 0 0.23 0.49 0.04
HSL 31.76º 0.84% 0.72% -
HSV(B) 31.76º 0.49% 0.96% -
XYZ 58.99 56.68 27.23 -
YUV 197.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 244 188 125 0 0.23 0.49 0.04 31.76 0.84 0.72
Hex F4 BC 7D 0 17 31 4 20 54 48
Octal 364 274 175 0 27 61 4 40 124 110
Binary 11110100 10111100 1111101 0 10111 110001 100 100000 1010100 1001000

Color Harmonies of #F4BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BC7D

Black with #F4BC7D

Text Example


Text Example

White with #F4BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BC7D; }

 p { color: rgb(244,188,125); }

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

background-color css

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

 a { background-color: rgb(244,188,125); }

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

border-color css

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

 span { border-color: rgb(244,188,125); }

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