Html Css Color HEX #F0B481 Corvette

📋 copy color: '#F0B481'

red 240 ◦ green 180 ◦ blue 129

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

Shades of Corvette #F0B481

Tints of Corvette #F0B481

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

 GREEN value IS 180 (70.7% from 255) = 32.79%

 BLUE value IS 129 (50.78% from 255) = 23.5%

R = 43.72%
G = 32.79%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0B481 (or 0xF0B481) is known color: Corvette. HEX triplet: F0, B4 and 81. RGB value is (240,180,129). Sum of RGB (Red+Green+Blue) = 240+180+129=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B481 is #0F4B7E. Grayscale: #C0C0C0. Windows color (decimal): -1002367 or 8500464. OLE color: 8500464.

HSL color Cylindrical-coordinate representation of color #F0B481: hue angle of 27.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0B481 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 180 129 -
CMYK 0 0.25 0.46 0.06
HSL 27.57º 0.79% 0.72% -
HSV(B) 27.57º 0.46% 0.94% -
XYZ 56.22 52.75 27.99 -
YUV 192.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 240 180 129 0 0.25 0.46 0.06 27.57 0.79 0.72
Hex F0 B4 81 0 19 2E 6 1C 4F 48
Octal 360 264 201 0 31 56 6 34 117 110
Binary 11110000 10110100 10000001 0 11001 101110 110 11100 1001111 1001000

Color Harmonies of #F0B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B481

Black with #F0B481

Text Example


Text Example

White with #F0B481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B481; }

 p { color: rgb(240,180,129); }

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

background-color css

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

 a { background-color: rgb(240,180,129); }

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

border-color css

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

 span { border-color: rgb(240,180,129); }

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