Html Css Color HEX #F6B24E Casablanca

📋 copy color: '#F6B24E'

red 246 ◦ green 178 ◦ blue 78

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

Shades of Casablanca #F6B24E

Tints of Casablanca #F6B24E

RGB

 RED value IS 246 (96.48% from 255) = 49%

 GREEN value IS 178 (69.92% from 255) = 35.46%

 BLUE value IS 78 (30.86% from 255) = 15.54%

R = 49%
G = 35.46%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6B24E (or 0xF6B24E) is known color: Casablanca. HEX triplet: F6, B2 and 4E. RGB value is (246,178,78). Sum of RGB (Red+Green+Blue) = 246+178+78=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B24E is #094DB1. Grayscale: #BBBBBB. Windows color (decimal): -609714 or 5157622. OLE color: 5157622.

HSL color Cylindrical-coordinate representation of color #F6B24E: hue angle of 35.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6B24E is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 78 -
CMYK 0 0.28 0.68 0.04
HSL 35.71º 0.9% 0.64% -
HSV(B) 35.71º 0.68% 0.96% -
XYZ 55.3 51.98 14.33 -
YUV 186.93 66.53 170.13 -
System Red Green Blue C M Y K H S L
Decimal 246 178 78 0 0.28 0.68 0.04 35.71 0.9 0.64
Hex F6 B2 4E 0 1C 44 4 24 5A 40
Octal 366 262 116 0 34 104 4 44 132 100
Binary 11110110 10110010 1001110 0 11100 1000100 100 100100 1011010 1000000

Color Harmonies of #F6B24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B24E

Black with #F6B24E

Text Example


Text Example

White with #F6B24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B24E; }

 p { color: rgb(246,178,78); }

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

background-color css

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

 a { background-color: rgb(246,178,78); }

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

border-color css

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

 span { border-color: rgb(246,178,78); }

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