Html Css Color HEX #FFCE07 Tangerine Yellow

📋 copy color: '#FFCE07'

red 255 ◦ green 206 ◦ blue 7

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

Shades of Tangerine Yellow #FFCE07

Tints of Tangerine Yellow #FFCE07

RGB

 RED value IS 255 (100% from 255) = 54.49%

 GREEN value IS 206 (80.86% from 255) = 44.02%

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 54.49%
G = 44.02%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFCE07 (or 0xFFCE07) is known color: Tangerine Yellow. HEX triplet: FF, CE and 07. RGB value is (255,206,7). Sum of RGB (Red+Green+Blue) = 255+206+7=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCE07 is #0031F8. Grayscale: #C6C6C6. Windows color (decimal): -12793 or 511743. OLE color: 511743.

HSL color Cylindrical-coordinate representation of color #FFCE07: hue angle of 48.15º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFCE07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 206 7 -
CMYK 0 0.19 0.97 0
HSL 48.15º 1% 0.51% -
HSV(B) 48.15º 0.97% 1% -
XYZ 63.35 65.42 9.49 -
YUV 197.97 20.23 168.68 -
System Red Green Blue C M Y K H S L
Decimal 255 206 7 0 0.19 0.97 0 48.15 1 0.51
Hex FF CE 7 0 13 61 0 30 64 33
Octal 377 316 7 0 23 141 0 60 144 63
Binary 11111111 11001110 111 0 10011 1100001 0 110000 1100100 110011

Color Harmonies of #FFCE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE07

Black with #FFCE07

Text Example


Text Example

White with #FFCE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE07; }

 p { color: rgb(255,206,7); }

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

background-color css

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

 a { background-color: rgb(255,206,7); }

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

border-color css

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

 span { border-color: rgb(255,206,7); }

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