#F2C07B

Color #F2C07B Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #F2C07B

Tints of Corvette #F2C07B

Color information

#F2C07B (or 0xF2C07B) is unknown color: approx Corvette. HEX triplet: F2, C0 and 7B. RGB value is (242,192,123). Sum of RGB (Red+Green+Blue) = 242+192+123=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C07B is #0D3F84. Grayscale: #C7C7C7. Windows color (decimal): -868229 or 8110322. OLE color: 8110322.

HSL color Cylindrical-coordinate representation of color #F2C07B: hue angle of 34.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2C07B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242192123-
CMYK00.210.490.05
HSL34.79º82.07%71.57%-
HSV(B)34.79º49.17%94.9%-
XYZ59.0458.0126.82-
YUV199.0885.06158.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 123 (48.44% from 255) = 22.08%
R=43.45%
G=34.47%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219212300.210.490.0534.7982.0771.57
HexF2C07B015315235248
Octal36230017302561543122110
Binary1111001011000000111101101010111000110110001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C07B; }

 p { color: rgb(242,192,123); }

 H1.HeaderClassName
 {
   color: #F2C07B;
 }
 .AnyTagClassName
 {
   color: #F2C07B;
 }
</style>
background-color css

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

 a { background-color: rgb(242,192,123); }

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

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

 span { border-color: rgb(242,192,123); }

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